Skip to content

Commit 693ce07

Browse files
committed
fix: include all files in the dist
1 parent a13d1d2 commit 693ce07

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"access": "public"
3838
},
3939
"files": [
40-
"dist/*.css",
41-
"dist/*.js"
40+
"dist"
4241
],
4342
"main": "./dist/vue-quill.umd.js",
4443
"module": "./dist/vue-quill.es.js",
@@ -88,4 +87,4 @@
8887
"stylus": "^0.54.8",
8988
"typescript": "^4.2.3"
9089
}
91-
}
90+
}

0 commit comments

Comments
 (0)