Skip to content

Commit

Permalink
chore: add standard version & script (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Mar 15, 2017
1 parent feab724 commit 2630c0f
Show file tree
Hide file tree
Showing 2 changed files with 1,112 additions and 38 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"jsdom": "^9.11.0",
"memory-fs": "^0.4.1",
"mocha": "^3.2.0",
"standard-version": "^4.0.0",
"webpack": "^2.2.1"
},
"repository": {
Expand All @@ -20,6 +21,7 @@
"loader-utils": "^1.0.2"
},
"scripts": {
"release": "yarn run standard-version",
"test": "mocha",
"travis:test": "yarn run test"
}
Expand Down
Loading

0 comments on commit 2630c0f

Please sign in to comment.