Skip to content

Commit 93e03d1

Browse files
committed
chore(v1.2.0): version bump
1 parent 2c4080e commit 93e03d1

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

package.json

+5-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -13,10 +13,7 @@
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"
@@ -25,10 +22,7 @@
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": {
@@ -66,8 +60,6 @@
6660
}
6761
]
6862
],
69-
"plugins": [
70-
"transform-runtime"
71-
]
63+
"plugins": ["transform-runtime"]
7264
}
73-
}
65+
}

0 commit comments

Comments
 (0)