We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee56f99 commit 5f6ff9cCopy full SHA for 5f6ff9c
package.json
@@ -1,14 +1,15 @@
1
{
2
"name": "size-plugin",
3
- "version": "1.0.1",
+ "version": "1.1.0",
4
"description": "Tracks your Webpack asset sizes over time.",
5
"main": "dist/size-plugin.js",
6
"module": "src/index.mjs",
7
"source": "src/index.mjs",
8
"scripts": {
9
"build": "microbundle -f cjs --target node --no-compress",
10
"prepare": "npm run -s build",
11
- "test": "jest --coverage"
+ "test": "jest --coverage",
12
+ "release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
13
},
14
"files": [
15
"src",
0 commit comments