vdc-editor 0.1.151 → 0.1.152

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vdc-editor",
3
- "version": "0.1.151",
3
+ "version": "0.1.152",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "description": "A modern WYSIWYG rich-text editor using tiptap + Vue.js for SBS",
@@ -14,7 +14,7 @@
14
14
  "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx,.vue src --fix",
15
15
  "preview": "vite preview",
16
16
  "pre-commit": "lint-staged",
17
- "push": "npm run build:lib && NPM_TOKEN=${NPM_TOKEN} npm publish --access public",
17
+ "push": "npm run build:lib && npm publish --access public",
18
18
  "prepare": "husky",
19
19
  "version:patch": "npm version patch -m \"chore: bump version to %s\" && git push && git push --tags && npm run push",
20
20
  "version:minor": "npm version minor -m \"chore: bump version to %s\" && git push && git push --tags && npm run push",