Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenq committed Jun 9, 2020
1 parent ec00c87 commit a03db15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-it-vue",
"version": "1.1.1",
"version": "1.1.2",
"private": false,
"description": "The vue lib for markdown-it",
"author": {
Expand All @@ -25,7 +25,7 @@
"lint": "vue-cli-service lint",
"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",
"build:lib": "node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js build --target lib ./src/index.js",
"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"
"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"
},
"main": "dist/markdown-it-vue.umd.min.js",
"dependencies": {
Expand Down

0 comments on commit a03db15

Please sign in to comment.