File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments