Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Dec 6, 2018
1 parent ee56f99 commit 5f6ff9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "size-plugin",
"version": "1.0.1",
"version": "1.1.0",
"description": "Tracks your Webpack asset sizes over time.",
"main": "dist/size-plugin.js",
"module": "src/index.mjs",
"source": "src/index.mjs",
"scripts": {
"build": "microbundle -f cjs --target node --no-compress",
"prepare": "npm run -s build",
"test": "jest --coverage"
"test": "jest --coverage",
"release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
},
"files": [
"src",
Expand Down

0 comments on commit 5f6ff9c

Please sign in to comment.