Skip to content

Commit

Permalink
fix: include all files in the dist
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 23, 2021
1 parent a13d1d2 commit 693ce07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"access": "public"
},
"files": [
"dist/*.css",
"dist/*.js"
"dist"
],
"main": "./dist/vue-quill.umd.js",
"module": "./dist/vue-quill.es.js",
Expand Down Expand Up @@ -88,4 +87,4 @@
"stylus": "^0.54.8",
"typescript": "^4.2.3"
}
}
}

0 comments on commit 693ce07

Please sign in to comment.