File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 6
6
"serve" : " vue-cli-service serve" ,
7
7
"build" : " vue-cli-service build" ,
8
8
"lint" : " vue-cli-service lint" ,
9
- "test:unit" : " vue-cli-service test:unit"
9
+ "test:unit" : " vue-cli-service test:unit" ,
10
+ "postinstall" : " opencollective-postinstall"
10
11
},
11
12
"dependencies" : {
12
13
"@antv/data-set" : " ^0.10.1" ,
19
20
"md5" : " ^2.2.1" ,
20
21
"moment" : " ^2.24.0" ,
21
22
"nprogress" : " ^0.2.0" ,
23
+ "opencollective-postinstall" : " ^2.0.2" ,
22
24
"viser-vue" : " ^2.3.3" ,
23
25
"vue" : " ^2.5.22" ,
24
26
"vue-clipboard2" : " ^0.2.1" ,
25
27
"vue-cropper" : " 0.4.4" ,
26
28
"vue-ls" : " ^3.2.0" ,
27
29
"vue-router" : " ^3.0.1" ,
28
30
"vue-svg-component-runtime" : " ^1.0.1" ,
29
- "vuex" : " ^3.1.0"
31
+ "vuex" : " ^3.1.0" ,
32
+ "opencollective" : " ^1.0.3"
30
33
},
31
34
"devDependencies" : {
32
35
"@babel/polyfill" : " ^7.2.5" ,
118
121
" > 1%" ,
119
122
" last 2 versions" ,
120
123
" not ie <= 10"
121
- ]
122
- }
124
+ ],
125
+ "collective" : {
126
+ "type" : " opencollective" ,
127
+ "url" : " https://opencollective.com/ant-design-pro-vue"
128
+ }
129
+ }
You can’t perform that action at this time.
0 commit comments