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 66 "serve" : " vue-cli-service serve" ,
77 "build" : " vue-cli-service build" ,
88 "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"
1011 },
1112 "dependencies" : {
1213 "@antv/data-set" : " ^0.10.1" ,
1920 "md5" : " ^2.2.1" ,
2021 "moment" : " ^2.24.0" ,
2122 "nprogress" : " ^0.2.0" ,
23+ "opencollective-postinstall" : " ^2.0.2" ,
2224 "viser-vue" : " ^2.3.3" ,
2325 "vue" : " ^2.5.22" ,
2426 "vue-clipboard2" : " ^0.2.1" ,
2527 "vue-cropper" : " 0.4.4" ,
2628 "vue-ls" : " ^3.2.0" ,
2729 "vue-router" : " ^3.0.1" ,
2830 "vue-svg-component-runtime" : " ^1.0.1" ,
29- "vuex" : " ^3.1.0"
31+ "vuex" : " ^3.1.0" ,
32+ "opencollective" : " ^1.0.3"
3033 },
3134 "devDependencies" : {
3235 "@babel/polyfill" : " ^7.2.5" ,
118121 " > 1%" ,
119122 " last 2 versions" ,
120123 " 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