File tree Expand file tree Collapse file tree 4 files changed +603
-536
lines changed Expand file tree Collapse file tree 4 files changed +603
-536
lines changed Original file line number Diff line number Diff line change 26
26
"scripts" : {
27
27
"postbump" : " yarn vue-cli-service build && git add dist && git commit -m 'chore: new build'" ,
28
28
"posttag" : " git push --follow-tags && npm publish --tag alpha"
29
- }
29
+ },
30
+ "types" : [
31
+ {
32
+ "type" : " feat" ,
33
+ "section" : " Features"
34
+ },
35
+ {
36
+ "type" : " fix" ,
37
+ "section" : " Bug Fixes"
38
+ },
39
+ {
40
+ "type" : " chore" ,
41
+ "hidden" : true
42
+ },
43
+ {
44
+ "type" : " docs" ,
45
+ "hidden" : false ,
46
+ "section" : " Documentation"
47
+ },
48
+ {
49
+ "type" : " imp" ,
50
+ "section" : " Improvements"
51
+ },
52
+ {
53
+ "type" : " style" ,
54
+ "hidden" : true
55
+ },
56
+ {
57
+ "type" : " refactor" ,
58
+ "section" : " Refactoring"
59
+ },
60
+ {
61
+ "type" : " perf" ,
62
+ "hidden" : true
63
+ },
64
+ {
65
+ "type" : " test" ,
66
+ "hidden" : true
67
+ }
68
+ ]
30
69
},
31
70
"main" : " dist/vue2-editor.common.js" ,
32
71
"module" : " dist/vue2-editor.esm.js" ,
41
80
],
42
81
"dependencies" : {
43
82
"lodash" : " ^4.17.11" ,
44
- "quill" : " ^1.3.6" ,
45
- "vue-cli-plugin-vp" : " davidroyer/vue-cli-plugin-vp"
83
+ "quill" : " ^1.3.6"
46
84
},
47
85
"devDependencies" : {
48
86
"@commitlint/cli" : " ^7.6.1" ,
63
101
"sass-loader" : " ^7.1.0" ,
64
102
"standard-version" : " ^6.0.1" ,
65
103
"vue" : " ^2.6.10" ,
104
+ "vue-cli-plugin-vplugin" : " davidroyer/vue-cli-plugin-vplugin" ,
66
105
"vue-router" : " ^3.0.6" ,
67
106
"vue-template-compiler" : " ^2.5.21"
68
107
},
Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ globals : {
3
+ quill : "Quill"
4
+ }
5
+ } ;
You can’t perform that action at this time.
0 commit comments