Skip to content

Commit

Permalink
fix: remove exports attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfimasruri committed Mar 23, 2021
1 parent 7c3b7c9 commit b9409e4
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,16 @@
"access": "public"
},
"files": [
"dist"
"dist",
"LICENSE",
"README.md"
],
"main": "./dist/vue-quill.umd.js",
"module": "./dist/vue-quill.es.js",
"commonjs": "dist/vue-quill.cjs.js",
"main": "dist/vue-quill.cjs.js",
"module": "dist/vue-quill.es.js",
"browser": "dist/vue-quill.umd.js",
"unpkg": "dist/vue-quill.umd.js",
"jsdelivr": "dist/vue-quill.umd.js",
"exports": {
".": {
"import": "./dist/vue-quill.es.js",
"require": "./dist/vue-quill.umd.js"
},
"./": "./"
},
"typings": "./dist/vue-quill.d.ts",
"types": "dist/vue-quill.d.ts",
"scripts": {
"lib:dev": "npm run theme:dev && rollup -c rollup.config.ts -w",
"lib:build": "npm run theme:build && rollup -c rollup.config.ts && npm run lib:types",
Expand Down

0 comments on commit b9409e4

Please sign in to comment.