File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-create-bridge" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 1.2 .0" ,
44 "description" : " A CLI generator that creates React Native bridges with ease!" ,
55 "main" : " index.js" ,
66 "scripts" : {
1313 "package:dev" : " npm unlink react-native-create-bridge && rm -rf node_modules && yarn && npm run build && npm link"
1414 },
1515 "lint-staged" : {
16- "src/*.js" : [
17- " prettier --write" ,
18- " git add"
19- ]
16+ "src/*.js" : [" prettier --write" , " git add" ]
2017 },
2118 "bin" : {
2219 "create-bridge" : " build/index.js"
2522 "type" : " git" ,
2623 "url" : " git+https://github.com/peggyrayzis/react-native-create-bridge.git"
2724 },
28- "keywords" : [
29- " react" ,
30- " native"
31- ],
25+ "keywords" : [" react" , " native" ],
3226 "author" : " Peggy Rayzis & Kurt Kemple" ,
3327 "license" : " ISC" ,
3428 "bugs" : {
6660 }
6761 ]
6862 ],
69- "plugins" : [
70- " transform-runtime"
71- ]
63+ "plugins" : [" transform-runtime" ]
7264 }
73- }
65+ }
You can’t perform that action at this time.
0 commit comments