Skip to content

Commit

Permalink
feat: Add standard version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasdao committed Dec 19, 2017
1 parent 4d29b01 commit 2ed9d44
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
},
"scripts": {
"eslint": "eslint ./src index.js --fix",
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicolasdao/now-workflow.git"
"url": "git+https://github.com/nicolasdao/now-flow.git"
},
"keywords": [
"Zeit",
Expand All @@ -24,9 +25,9 @@
"author": "Nicolas Dao",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/nicolasdao/now-workflow/issues"
"url": "https://github.com/nicolasdao/now-flow/issues"
},
"homepage": "https://github.com/nicolasdao/now-workflow#readme",
"homepage": "https://github.com/nicolasdao/now-flow#readme",
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.12.2",
Expand All @@ -35,6 +36,7 @@
"shortid": "^2.2.8"
},
"devDependencies": {
"eslint": "^4.13.1"
"eslint": "^4.13.1",
"standard-version": "^4.2.0"
}
}

0 comments on commit 2ed9d44

Please sign in to comment.