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 0224acc commit 46ff4ddCopy full SHA for 46ff4dd
package.json
@@ -31,8 +31,9 @@
31
"ci:coverage": "npm run test:coverage -- --runInBand",
32
"build:example": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
33
"cm": "git-cz",
34
+ "release": "standard-version",
35
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
- "travis": "npm run cover -- --report lcovonly"
36
+ "travis": "npm run ci:coverage"
37
},
38
"peerDependencies": {
39
"webpack": "^4.4.0"
@@ -58,6 +59,7 @@
58
59
"css-loader": "^0.28.10",
60
"cz-conventional-changelog": "^2.1.0",
61
"del": "^3.0.0",
62
+ "standard-version": "^4.0.0",
63
"del-cli": "^1.1.0",
64
"eslint": "^3.19.0",
65
"eslint-config-airbnb": "^15.0.1",
0 commit comments