Skip to content

Commit c339344

Browse files
committed
chore(standard-version): added standard-version for release
1 parent 2d26b66 commit c339344

File tree

2 files changed

+464
-101
lines changed

2 files changed

+464
-101
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "PostCSS loader for loading and processing styles from within HTML templates.",
55
"main": "src/index.js",
66
"scripts": {
7+
"release": "standard-version",
78
"test": "xo && nyc ava",
89
"test:integrations": "ava test/integrations",
910
"test:travis": "xo && nyc ava && nyc report --reporter=text-lcov | coveralls"
@@ -63,6 +64,7 @@
6364
"coveralls": "2.13.2",
6465
"execa": "0.8.0",
6566
"nyc": "11.2.1",
67+
"standard-version": "4.2.0",
6668
"text-loader": "0.0.1",
6769
"webpack": "3.6.0",
6870
"xo": "0.18.2"

0 commit comments

Comments
 (0)