vdc-editor 0.1.1 → 0.1.2
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 +10 -14
package/package.json
CHANGED
|
@@ -1,19 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vdc-editor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "A modern WYSIWYG rich-text editor using tiptap + Vue.js for SBS",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"dev": "vite",
|
|
9
|
-
"build:lib": "vite build",
|
|
10
|
-
"preview": "vite preview",
|
|
11
|
-
"prettier": "prettier --write .",
|
|
12
|
-
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.vue src",
|
|
13
|
-
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx,.vue src --fix",
|
|
14
|
-
"push": "pnpm build:lib && pnpm publish --no-git-checks --registry https://registry.npmjs.org/",
|
|
15
|
-
"prepare": "husky"
|
|
16
|
-
},
|
|
17
7
|
"config": {
|
|
18
8
|
"commitizen": {
|
|
19
9
|
"path": "@commitlint/cz-commitlint"
|
|
@@ -174,7 +164,13 @@
|
|
|
174
164
|
"peerDependencies": {
|
|
175
165
|
"vue": ">= 3.0.0"
|
|
176
166
|
},
|
|
177
|
-
"
|
|
178
|
-
"
|
|
167
|
+
"scripts": {
|
|
168
|
+
"dev": "vite",
|
|
169
|
+
"build:lib": "vite build",
|
|
170
|
+
"preview": "vite preview",
|
|
171
|
+
"prettier": "prettier --write .",
|
|
172
|
+
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.vue src",
|
|
173
|
+
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx,.vue src --fix",
|
|
174
|
+
"push": "pnpm build:lib && pnpm publish --no-git-checks --registry https://registry.npmjs.org/"
|
|
179
175
|
}
|
|
180
|
-
}
|
|
176
|
+
}
|