File tree 1 file changed +5
-13
lines changed
1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-create-bridge" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " A CLI generator that creates React Native bridges with ease!" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
13
13
"package:dev" : " npm unlink react-native-create-bridge && rm -rf node_modules && yarn && npm run build && npm link"
14
14
},
15
15
"lint-staged" : {
16
- "src/*.js" : [
17
- " prettier --write" ,
18
- " git add"
19
- ]
16
+ "src/*.js" : [" prettier --write" , " git add" ]
20
17
},
21
18
"bin" : {
22
19
"create-bridge" : " build/index.js"
25
22
"type" : " git" ,
26
23
"url" : " git+https://github.com/peggyrayzis/react-native-create-bridge.git"
27
24
},
28
- "keywords" : [
29
- " react" ,
30
- " native"
31
- ],
25
+ "keywords" : [" react" , " native" ],
32
26
"author" : " Peggy Rayzis & Kurt Kemple" ,
33
27
"license" : " ISC" ,
34
28
"bugs" : {
66
60
}
67
61
]
68
62
],
69
- "plugins" : [
70
- " transform-runtime"
71
- ]
63
+ "plugins" : [" transform-runtime" ]
72
64
}
73
- }
65
+ }
You can’t perform that action at this time.
0 commit comments