Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit 41c40f2

Browse files
committed
Merge pull request #24 from adamjmcgrath/react-native-to-dev
Move react native to dev dependencies
2 parents 54b7cba + 5ac2fd7 commit 41c40f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"start": "node_modules/react-native/packager/packager.sh",
88
"test": "mocha ./test/* --compilers js:mocha-traceur"
99
},
10-
"dependencies": {
11-
"react-native": "<=0.11.4"
12-
},
1310
"repository": {
1411
"type": "git",
1512
"url": "https://github.com/adamjmcgrath/react-native-simple-auth"
@@ -32,6 +29,7 @@
3229
"mocha": "^2.2.5",
3330
"mocha-traceur": "^2.1.0",
3431
"proxyquire": "^1.5.0",
32+
"react-native": "<=0.11.4",
3533
"sinon": "^1.14.1",
3634
"sinon-chai": "^2.7.0"
3735
}

0 commit comments

Comments
 (0)