website-utilities 1.0.284 → 1.0.285

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 +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "website-utilities",
3
- "version": "1.0.284",
3
+ "version": "1.0.285",
4
4
  "description": "extend your web app",
5
5
  "keywords": [
6
6
  "jquery",
@@ -49,6 +49,7 @@
49
49
  "deploy": "./deploy.js",
50
50
  "document": "weboptimizer document",
51
51
  "lint": "weboptimizer lint",
52
+ "postversion": "yarn publish --non-interactive && git push --tags && git push",
52
53
  "prepare": "yarn build",
53
54
  "serve": "weboptimizer serve",
54
55
  "start": "yarn serve",
@@ -56,7 +57,7 @@
56
57
  "test:browser": "weboptimizer test:browser",
57
58
  "test:coverage": "weboptimizer test:coverage",
58
59
  "test:coverage:report": "weboptimizer test:coverage:report",
59
- "update": "yarn version --patch && yarn publish",
60
+ "update": "yarn version --patch",
60
61
  "update:documentation": "documentation-website",
61
62
  "watch": "weboptimizer build --watch"
62
63
  },