Use files in package.json instead of .npmignore
This commit is contained in:
parent
330b0d2ec5
commit
56ecbb95d4
2 changed files with 3 additions and 3 deletions
|
@ -1,2 +0,0 @@
|
|||
package/components
|
||||
package/server
|
|
@ -29,7 +29,9 @@
|
|||
}
|
||||
},
|
||||
"files": [
|
||||
"package"
|
||||
"package",
|
||||
"!package/components",
|
||||
"!package/server"
|
||||
],
|
||||
"svelte": "./package/index.js",
|
||||
"typesVersions": {
|
||||
|
|
Loading…
Reference in a new issue