Skip to content

Commit

Permalink
chore(package): add semantic-release as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrox committed Jan 18, 2019
1 parent dbc78dd commit c517a1e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-mavu",
"version": "0.0.0-semantically-released",
"version": "0.0.0-development",
"description": "ESLint rules according to mavu' personal preference",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,8 @@
"find-new-rules:react": "eslint-find-rules --unused ./other/test/react.js",
"find-new-rules:webpack": "eslint-find-rules --unused ./other/test/webpack.js",
"precommit": "npm run validate",
"validate": "npm t"
"validate": "npm t",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -54,6 +55,7 @@
"eslint": "^5.6.0",
"eslint-find-rules": "^3.3.1",
"husky": "^0.14.3",
"npm-run-all": "^4.1.3"
"npm-run-all": "^4.1.3",
"semantic-release": "^15.13.3"
}
}

0 comments on commit c517a1e

Please sign in to comment.