chore(package): remove src from dist files

This commit is contained in:
Benjamin Canac
2021-11-18 14:19:52 +01:00
parent 0b43414999
commit 6d99886483

View File

@@ -13,8 +13,7 @@
"module": "dist/index.mjs", "module": "dist/index.mjs",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"files": [ "files": [
"dist", "dist"
"src"
], ],
"scripts": { "scripts": {
"build": "unbuild", "build": "unbuild",