Skip to content

Commit

Permalink
fix: fixes name for browser field
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed May 16, 2019
1 parent 3c6606d commit 3851164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"module": "dist/vue2-editor.esm.js",
"unpkg": "dist/vue2-editor.js",
"browser": {
"./sfc": "src/components/Vue2Editor.vue"
"./sfc": "src/components/VueEditor.vue"
},
"scripts": {
"dev": "vue-cli-service serve ./dev",
Expand Down

0 comments on commit 3851164

Please sign in to comment.