File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " markdown-it-vue" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"private" : false ,
5
5
"description" : " The vue lib for markdown-it" ,
6
6
"author" : {
25
25
"lint" : " vue-cli-service lint" ,
26
26
"build:example" : " node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js build --dest example/dist ./example/main.js" ,
27
27
"build:lib" : " node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js build --target lib ./src/index.js" ,
28
- "build:light" : " node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js build --target lib --name markdown-it-vue-light ./src/index-light.js"
28
+ "build:light" : " node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js build --target lib --name markdown-it-vue-light --no-clean ./src/index-light.js"
29
29
},
30
30
"main" : " dist/markdown-it-vue.umd.min.js" ,
31
31
"dependencies" : {
You can’t perform that action at this time.
0 commit comments