Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JaKXz committed Sep 30, 2016
1 parent 3d53b98 commit 9e561bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-webpack-plugin",
"version": "0.3.1",
"version": "0.4.0",
"description": "stylelint plugin for webpack",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -42,6 +42,7 @@
"xo": "^0.16.0"
},
"scripts": {
"prepublish": "git push --follow-tags origin master",
"pretest": "xo",
"test": "nyc mocha",
"preversion": "npm run test",
Expand Down

0 comments on commit 9e561bb

Please sign in to comment.