Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Nov 5, 2017
1 parent 897a430 commit 2411b88
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backport",
"version": "1.1.1",
"version": "1.2.0",
"main": "./src/cli/index.js",
"bin": {
"backport": "./src/cli/index.js"
Expand All @@ -15,7 +15,10 @@
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": ["prettier --write", "git add"]
"*.js": [
"prettier --write",
"git add"
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2411b88

Please sign in to comment.