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 de46fde commit 73aab35Copy full SHA for 73aab35
package.json
@@ -7,6 +7,7 @@
7
"main": "dist/index.js",
8
"scripts": {
9
"lint": "eslint src/ tests/",
10
+ "release": "standard-version",
11
"pretest": "npm run lint && npm run build && npm run build:tests",
12
"test": "mocha compiled_tests/",
13
"test:nolint": "npm run build && npm run build:tests && mocha compiled_tests/",
@@ -29,7 +30,8 @@
29
30
"chai": "^3.4.0",
31
"eslint": "^2.9.0",
32
"mocha": "^2.4.5",
- "ncp": "^2.0.0"
33
+ "ncp": "^2.0.0",
34
+ "standard-version": "^4.2.0"
35
},
36
"homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
37
"repository": {
0 commit comments