Skip to content

Commit

Permalink
fix: fixes changed package file names
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed May 16, 2019
1 parent 95ff9f1 commit 1209d94
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@
"release:alpha": "standard-version --prerelease alpha && git push --follow-tags origin dev && npm publish --tag alpha",
"vbuild:lib": "vue-cli-service build --target lib --name Vue2Editor ./src/lib.js"
},
"main": "dist/vue2-editor.common.js",
"module": "dist/vue2-editor.esm.js",
"browser": {
"./sfc": "src/components/VueEditor.vue"
},
"unpkg": "dist/vue2-editor.js",
"main": "dist/Vue2Editor.common.js",
"unpkg": "dist/Vue2Editor.umd.min.js",
"dependencies": {
"lodash": "^4.17.11",
"quill": "^1.3.6",
Expand Down

0 comments on commit 1209d94

Please sign in to comment.