Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Dec 8, 2017
1 parent a692064 commit 2103f4c
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
@@ -1,6 +1,6 @@
{
"name": "backport",
"version": "2.1.1",
"version": "2.2.0",
"main": "./src/cli/index.js",
"bin": {
"backport": "./src/cli/index.js"
Expand All @@ -15,14 +15,19 @@
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": ["prettier --write", "git add"]
"*.js": [
"prettier --write",
"git add"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/sqren/backport.git"
},
"jest": {
"setupFiles": ["./test/setup.js"]
"setupFiles": [
"./test/setup.js"
]
},
"dependencies": {
"axios": "^0.17.0",
Expand Down

0 comments on commit 2103f4c

Please sign in to comment.