We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d53b98 commit 9e561bbCopy full SHA for 9e561bb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "stylelint-webpack-plugin",
3
- "version": "0.3.1",
+ "version": "0.4.0",
4
"description": "stylelint plugin for webpack",
5
"main": "index.js",
6
"keywords": [
@@ -42,6 +42,7 @@
42
"xo": "^0.16.0"
43
},
44
"scripts": {
45
+ "prepublish": "git push --follow-tags origin master",
46
"pretest": "xo",
47
"test": "nyc mocha",
48
"preversion": "npm run test",
0 commit comments