Skip to content

Commit 9bd0ebc

Browse files
committed
Use devDependencies instead of circleci script
1 parent 00b1cbd commit 9bd0ebc

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

circle.yml

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ machine:
22
node:
33
version: 6.2.1
44

5-
dependencies:
6-
post:
7-
- npm install react react-native @accounts/common @accounts/client
8-
95
test:
106
post:
117
- npm run coverage

packages/react-native/package.json

+10-3
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,18 @@
1919
"reselect": "^2.5.4"
2020
},
2121
"devDependencies": {
22-
"flow-bin": "^0.38.0"
22+
"flow-bin": "^0.38.0",
23+
"@accounts/client": "^0.0.5",
24+
"@accounts/common": "^0.0.5",
25+
"react": "^15.4.2",
26+
"react-native": "^0.41.1",
27+
"react-redux": "^5.0.2",
28+
"redux-thunk": "^2.2.0",
29+
"redux": "^3.6.0"
2330
},
2431
"peerDependencies": {
25-
"@accounts/client": "0.0.5",
26-
"@accounts/common": "0.0.5",
32+
"@accounts/client": "^0.0.5",
33+
"@accounts/common": "^0.0.5",
2734
"react": "^15.4.2",
2835
"react-native": "^0.41.1",
2936
"react-redux": "^5.0.2",

0 commit comments

Comments
 (0)