Skip to content

Commit

Permalink
chore(v1.2.0): version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
peggyrayzis committed Jul 11, 2017
1 parent 2c4080e commit 93e03d1
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-create-bridge",
"version": "1.1.0",
"version": "1.2.0",
"description": "A CLI generator that creates React Native bridges with ease!",
"main": "index.js",
"scripts": {
Expand All @@ -13,10 +13,7 @@
"package:dev": "npm unlink react-native-create-bridge && rm -rf node_modules && yarn && npm run build && npm link"
},
"lint-staged": {
"src/*.js": [
"prettier --write",
"git add"
]
"src/*.js": ["prettier --write", "git add"]
},
"bin": {
"create-bridge": "build/index.js"
Expand All @@ -25,10 +22,7 @@
"type": "git",
"url": "git+https://github.com/peggyrayzis/react-native-create-bridge.git"
},
"keywords": [
"react",
"native"
],
"keywords": ["react", "native"],
"author": "Peggy Rayzis & Kurt Kemple",
"license": "ISC",
"bugs": {
Expand Down Expand Up @@ -66,8 +60,6 @@
}
]
],
"plugins": [
"transform-runtime"
]
"plugins": ["transform-runtime"]
}
}
}

0 comments on commit 93e03d1

Please sign in to comment.