Skip to content

Commit

Permalink
chore: release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Mar 25, 2024
1 parent f4c893b commit b2e1e5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lodev09/react-native-true-sheet",
"version": "0.2.1",
"version": "0.2.2",
"description": "The true native bottom sheet. 💩",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -127,7 +127,9 @@
},
"eslintConfig": {
"root": true,
"ignorePatterns": ["lib"],
"ignorePatterns": [
"lib"
],
"extends": [
"plugin:@typescript-eslint/recommended",
"eslint:recommended",
Expand Down

0 comments on commit b2e1e5f

Please sign in to comment.