Skip to content

Commit

Permalink
remove scripts from dependencies...
Browse files Browse the repository at this point in the history
  • Loading branch information
mileung committed May 26, 2017
1 parent 182a674 commit 89367cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "top-bar-nav",
"version": "1.0.3",
"version": "1.0.4",
"private": false,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand All @@ -10,9 +10,7 @@
},
"dependencies": {
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"ios": "react-native run-ios",
"android": "react-native run-android"
"react-native": "0.44.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
Expand Down

0 comments on commit 89367cc

Please sign in to comment.