Use files in package.json instead of .npmignore

This commit is contained in:
Emmanuel 2023-03-10 19:10:07 +01:00
parent 330b0d2ec5
commit 56ecbb95d4
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +0,0 @@
package/components
package/server

View file

@ -29,7 +29,9 @@
}
},
"files": [
"package"
"package",
"!package/components",
"!package/server"
],
"svelte": "./package/index.js",
"typesVersions": {