Skip to content

Commit d05f813

Browse files
davidLeonardiJohann
authored andcommitted
add dependencies and credits
1 parent 5399b95 commit d05f813

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"author": "Tristan Edwards <tristan.edwards@me.com> (http://tristanedwards.me)",
66
"contributors": [
77
"Mikael Carpenter",
8+
"Nicolas Charpentier",
89
"David Leonardi"
910
],
1011
"main": "index.js",
@@ -31,6 +32,9 @@
3132
"url": "https://github.com/react-native-simple-router-community/react-native-simple-router/issues"
3233
},
3334
"homepage": "https://github.com/react-native-simple-router-community/react-native-simple-router",
35+
"dependencies": {
36+
"aspect-js": "^1.0.3"
37+
},
3438
"peerDependencies": {
3539
"react-native": ">=0.12.0 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.0-rc || 0.11.0-rc || 0.12.0-rc || 0.13.0-rc || 0.14.0-rc || 0.15.0-rc || 0.16.0-rc || 0.17.0-rc || 0.18.0-rc || 0.19.0-rc || 0.20.0-rc || 0.20.0-rc1"
3640
},

0 commit comments

Comments
 (0)