Skip to content

Commit

Permalink
fix: adds files property
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed May 15, 2019
1 parent 46eefb5 commit 11fd1ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist/vue2-editor.common.js",
"dist/vue2-editor.umd.js",
"dist/vue2-editor.esm.js",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/davidroyer/vue2-editor.git"
Expand Down

0 comments on commit 11fd1ad

Please sign in to comment.