Skip to content

Commit 0a550f9

Browse files
authored
Update package.json
1 parent 6d92dc3 commit 0a550f9

File tree

1 file changed

+17
-29
lines changed

1 file changed

+17
-29
lines changed

package.json

+17-29
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,32 @@
33
"description": "Quill editor component for Vue",
44
"version": "3.0.6",
55
"license": "MIT",
6-
"private": false,
7-
"author": {
8-
"name": "Surmon",
9-
"email": "[email protected]",
10-
"url": "https://surmon.me"
11-
},
12-
"bugs": {
13-
"url": "https://github.com/surmon-china/vue-quill-editor/issues"
6+
"author": "Surmon",
7+
"keywords": [
8+
"vue-quill-editor",
9+
"vue quill",
10+
"vue text editor",
11+
"vue rich text editor",
12+
"vue web editor",
13+
"vue editor"
14+
],
15+
"homepage": "https://github.surmon.me/vue-quill-editor",
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/surmon-china/vue-quill-editor.git"
1419
},
15-
"homepage": "https://github.com/surmon-china/vue-quill-editor#readme",
20+
"files": [
21+
"CHANGELOG.md",
22+
"dist"
23+
],
1624
"main": "dist/vue-quill-editor.js",
1725
"unpkg": "dist/vue-quill-editor.js",
1826
"jsnext:main": "dist/vue-quill-editor.js",
19-
"files": [
20-
"dist",
21-
"src"
22-
],
2327
"jspm": {
2428
"main": "dist/vue-quill-editor.js",
2529
"registry": "npm",
2630
"format": "esm"
2731
},
28-
"repository": {
29-
"type": "git",
30-
"url": "https://github.com/surmon-china/vue-quill-editor.git"
31-
},
32-
"keywords": [
33-
"vue-quill-editor",
34-
"vue quill",
35-
"vue text editor",
36-
"vue rich text editor",
37-
"vue web editor",
38-
"vue editor"
39-
],
4032
"scripts": {
4133
"build": "cross-env NODE_ENV=production webpack --config config/build.conf.js",
4234
"unit": "cross-env BABEL_ENV=test NODE_ENV=testing karma start test/unit/karma.conf.js --watch",
@@ -126,9 +118,5 @@
126118
"node-sass": "^4.7.2",
127119
"sass-loader": "^6.0.6",
128120
"highlight.js": "^9.12.0"
129-
},
130-
"engines": {
131-
"node": ">= 4.0.0",
132-
"npm": ">= 3.0.0"
133121
}
134122
}

0 commit comments

Comments
 (0)