Skip to content

Commit fb89891

Browse files
committed
Don't depend on React Native & React directly
1 parent daee358 commit fb89891

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@
5353
},
5454
"homepage": "https://github.com/frostney/react-intl-native#readme",
5555
"dependencies": {
56-
"react": "^0.14.8",
57-
"react-intl": "^2.1.2",
58-
"react-native": "^0.24.1"
56+
"react-intl": "^2.1.2"
5957
},
6058
"devDependencies": {
6159
"ava": "^0.14.0",
@@ -76,8 +74,10 @@
7674
"eslint-plugin-react": "^5.0.1",
7775
"in-publish": "^2.0.0",
7876
"nyc": "^6.4.0",
77+
"react": "^0.14.8",
7978
"react-addons-test-utils": "^0.14.8",
8079
"react-dom": "^0.14.8",
80+
"react-native": "^0.24.1",
8181
"rimraf": "^2.5.2",
8282
"rollup-babel-lib-bundler": "^2.5.5"
8383
}

0 commit comments

Comments
 (0)