Skip to content

Commit 3922f06

Browse files
authored
build: exclude sources from published package (#945)
1 parent add94a4 commit 3922f06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/floating-vue/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"main": "dist/floating-vue.umd.js",
1515
"module": "dist/floating-vue.es.js",
1616
"types": "dist/index.d.ts",
17+
"files": [
18+
"dist"
19+
],
1720
"dependencies": {
1821
"@floating-ui/dom": "^0.1.10",
1922
"vue-resize": "^2.0.0-alpha.1"

0 commit comments

Comments
 (0)