@abtasty/widget-quality 0.4.25 → 0.4.26

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@abtasty/widget-quality",
3
3
  "description": "Demo and testing widget for new features.",
4
- "version": "0.4.25",
4
+ "version": "0.4.26",
5
5
  "form": "dist/form.js",
6
6
  "main": "dist/main.js",
7
7
  "type": "module",
@@ -14,7 +14,7 @@
14
14
  "cloneConfig": "scp ../rollup.default.config.js ./rollup.config.js && scp ../babel.default.config.json ./babel.config.json",
15
15
  "publish:package": "yarn build && yarn npm publish --access public",
16
16
  "publish:staging": "npm version prerelease && yarn && yarn run publish:package",
17
- "publish:prod": "yarn && yarn version patch && yarn run publish:package && node scripts/purge-jsdelivr.js",
17
+ "publish:prod": "yarn && yarn version patch && yarn run publish:package",
18
18
  "publish:staging:breaking:minor": "yarn && npm version preminor && yarn run publish:package",
19
19
  "publish:breaking:minor": "yarn && yarn version minor && yarn run publish:package",
20
20
  "publish:staging:breaking:major": "yarn && npm version premajor && yarn run publish:package",