Skip to content

Commit

Permalink
feat: add standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Oct 17, 2017
1 parent c4ab867 commit 2760b35
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 17 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hare",
"version": "2.0.0",
"version": "0.1.4",
"description": "Based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js",
"author": "Clark Du",
"private": true,
Expand All @@ -17,7 +17,8 @@
"analyze": "nuxt build --analyze",
"generate": "nuxt generate",
"precommit": "lint-staged",
"heroku-postbuild": "yarn build"
"heroku-postbuild": "yarn build",
"release": "standard-version"
},
"ava": {
"require": [
Expand Down Expand Up @@ -90,6 +91,7 @@
"nodemon": "^1.11.0",
"progress-bar-webpack-plugin": "^1.10.0",
"sass-loader": "^6.0.6",
"standard-version": "^4.2.0",
"webpack": "^3.5.5",
"webpack-node-externals": "^1.6.0"
},
Expand Down
Loading

0 comments on commit 2760b35

Please sign in to comment.