Skip to content

Commit

Permalink
fix(build): Prevent to load RN in dependencies NPM (#50)
Browse files Browse the repository at this point in the history
* Update package.json
  • Loading branch information
mpochron authored Feb 10, 2020
1 parent b31e253 commit 998a17e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-bluetooth-status",
"version": "1.4.2",
"version": "1.4.3",
"description": "React-Native library to query and manage bluetooth state of the device (iOS and Android)",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,11 +37,11 @@
"@semantic-release/git": "^7.0.18",
"flow-bin": "^0.114.0",
"semantic-release": "^15.14.0",
"jest": "^24.9.0"
"jest": "^24.9.0",
"react-native": "^0.61.0"
},
"dependencies": {
"@cs125/wait-until": "^0.0.3",
"react-native": "^0.61.0"
"@cs125/wait-until": "^0.0.3"
},
"release": {
"plugins": [
Expand Down

0 comments on commit 998a17e

Please sign in to comment.