Skip to content

Commit

Permalink
Merge pull request #18 from khorark/Fix-peerDeps
Browse files Browse the repository at this point in the history
Fix peerDeps.
  • Loading branch information
Arkadiy authored Nov 17, 2022
2 parents 684df34 + 5c9cb78 commit 42ac5d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-flipper",
"version": "1.2.5",
"version": "1.2.6",
"description": "Mobx middleware for flipper",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,7 +19,6 @@
"dist/**/*"
],
"peerDependencies": {
"react-native": "^0.64.0",
"react-native-flipper": "^0.87.0"
},
"license": "MIT",
Expand Down

0 comments on commit 42ac5d4

Please sign in to comment.