@zipify/wysiwyg 1.1.0-0 → 1.1.0

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.
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@zipify/wysiwyg",
3
- "version": "1.1.0-0",
3
+ "version": "1.1.0",
4
4
  "description": "Zipify modification of TipTap text editor",
5
5
  "main": "dist/wysiwyg.mjs",
6
6
  "bin": {
7
- "@zipify/wysiwyg": "bin/cli",
8
7
  "zipify-wysiwyg": "bin/cli"
9
8
  },
10
9
  "repository": {
@@ -18,12 +17,12 @@
18
17
  "url": "https://github.com/ZipifyApps/ZipifyWysiwyg/issues"
19
18
  },
20
19
  "scripts": {
21
- "lib:build": "vite build --config ./config/vite/lib.config.js",
22
- "lib:pre-release": "npm run lint:js && npm run lint:css && npm run test:unit",
23
- "lib:release": "export $(cat ./.env | xargs) && npm run lib:pre-release && npm run lib:build && npm run cli:build && release-it",
24
- "cli:build": "rollup --config ./config/vite/cli.config.js",
25
- "example:start": "NODE_ENV=development vite serve --config ./config/vite/example.config.js",
26
- "example:build": "NODE_ENV=production vite build --config ./config/vite/example.config.js",
20
+ "lib:build": "vite build --config config/build/lib.config.js",
21
+ "lib:pre-release": "run-s lint:js lint:css test:unit",
22
+ "lib:release": "export $(cat ./.env | xargs) && run-s lib:pre-release lib:build cli:build && release-it",
23
+ "cli:build": "rollup --config config/build/cli.config.js",
24
+ "example:start": "NODE_ENV=development vite serve --config config/build/example.config.js",
25
+ "example:build": "NODE_ENV=production vite build --config config/build/example.config.js",
27
26
  "test:unit": "jest .",
28
27
  "lint:js": "eslint ./lib/**/*.{js,vue}",
29
28
  "lint:css": "stylelint ./lib/**/*.{css,vue}",
@@ -73,6 +72,7 @@
73
72
  "jest": "^28.1.3",
74
73
  "jest-environment-jsdom": "^28.1.3",
75
74
  "lint-staged": "^13.0.3",
75
+ "npm-run-all": "^4.1.5",
76
76
  "postcss-html": "^1.5.0",
77
77
  "release-it": "^15.1.2",
78
78
  "rollup": "^2.77.2",