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

Commit b0c6b76

Browse files
committed
Use dependencies
1 parent 4a507a8 commit b0c6b76

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,19 @@
2020
},
2121
"homepage": "https://github.com/onaclover/react-native-refreshable-list#readme",
2222
"peerDependencies": {
23-
"lodash": "^4.17.4",
2423
"react": "16.0.0-alpha.6",
25-
"react-native": "^0.44.3",
26-
"react-native-invertible-scroll-view": "^1.0.0",
27-
"react-native-sglistview": "0.4.3"
24+
"react-native": "^0.44.3"
2825
},
2926
"devDependencies": {
3027
"babel-eslint": "^7.2.1",
3128
"eslint": "^3.18.0",
3229
"eslint-plugin-import": "^2.2.0",
3330
"eslint-plugin-react": "^7.0.1",
3431
"eslint-plugin-react-native": "^2.3.1"
32+
},
33+
"dependencies": {
34+
"lodash": "^4.17.4",
35+
"react-native-invertible-scroll-view": "^1.0.0",
36+
"react-native-sglistview": "0.4.3"
3537
}
3638
}

0 commit comments

Comments
 (0)