weboptimizer 2.0.1435 → 2.0.1436

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1435",
3
+ "version": "2.0.1436",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -81,7 +81,7 @@
81
81
  "test:coverage:report": "yarn test:coverage --coverageDirectory=.coverage --coverageReporters=lcov --outputFile=lcov.info",
82
82
  "test:watch": "yarn test --watch",
83
83
  "test:watch:all": "yarn test --watchAll",
84
- "update": "yarn version patch && git push --tags",
84
+ "update": "yarn version patch && yarn npm publish && git push --tags",
85
85
  "update:documentation": "documentation-website"
86
86
  },
87
87
  "runkitExample": "require('@babel/runtime/package.json')\n\nconst {default: main} = require('weboptimizer')\n\nawait main('./', './', ['clear'])",