We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d26b66 commit c339344Copy full SHA for c339344
package.json
@@ -4,6 +4,7 @@
4
"description": "PostCSS loader for loading and processing styles from within HTML templates.",
5
"main": "src/index.js",
6
"scripts": {
7
+ "release": "standard-version",
8
"test": "xo && nyc ava",
9
"test:integrations": "ava test/integrations",
10
"test:travis": "xo && nyc ava && nyc report --reporter=text-lcov | coveralls"
@@ -63,6 +64,7 @@
63
64
"coveralls": "2.13.2",
65
"execa": "0.8.0",
66
"nyc": "11.2.1",
67
+ "standard-version": "4.2.0",
68
"text-loader": "0.0.1",
69
"webpack": "3.6.0",
70
"xo": "0.18.2"
0 commit comments