Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Jun 17, 2018
1 parent c0fe20e commit daa367b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"branches",
"branching"
],
"version": "3.0.3",
"version": "4.0.0",
"main": "./src/cli/index.js",
"bin": {
"backport": "./src/cli/index.js"
Expand All @@ -30,7 +30,10 @@
"postinstall": "node scripts/postinstall.js"
},
"lint-staged": {
"*.js": ["prettier --write", "git add"]
"*.js": [
"prettier --write",
"git add"
]
},
"author": "Søren Louv-Jansen",
"homepage": "https://github.com/sqren/backport/blob/master/README.md",
Expand All @@ -42,7 +45,9 @@
"url": "git+https://github.com/sqren/backport.git"
},
"jest": {
"setupFiles": ["./test/setup.js"]
"setupFiles": [
"./test/setup.js"
]
},
"engines": {
"node": ">=8.0.0"
Expand Down

0 comments on commit daa367b

Please sign in to comment.