Skip to content

Commit 7854fdb

Browse files
author
Christopher J. Brody
committed
Add updated dependencies
1 parent 16be3b8 commit 7854fdb

3 files changed

Lines changed: 607 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ createLibrary({
107107
## SOME KNOWN ISSUES
108108

109109
- CLI does not show the correct path of the generated library module
110-
- outdated dependencies
111110
- not all documented options work as documented
112111
- not all options are documented
113112
- this project has some lint errors

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,16 @@
3939
"url": "https://github.com/brodybits/create-react-native-module/issues"
4040
},
4141
"homepage": "https://github.com/brodybits/create-react-native-module#readme",
42-
"dependencies": {},
42+
"dependencies": {
43+
"commander": "^2.19.0",
44+
"jsonfile": "^5.0.0",
45+
"mkdirp": "^0.5.1",
46+
"node-emoji": "^1.10.0",
47+
"param-case": "^2.1.1",
48+
"pascal-case": "^2.0.1",
49+
"update-notifier": "^2.5.0",
50+
"uuid": "^3.3.2"
51+
},
4352
"devDependencies": {
4453
"shelljs": "^0.8.3"
4554
},

0 commit comments

Comments
 (0)