1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

replace npmignore with package JSON files field

This commit is contained in:
Martin McKeaveney 2021-01-27 16:40:47 +00:00
parent 71c88fc410
commit 930d7f5401
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +0,0 @@
*
!dist/*
!components.json

View file

@ -10,6 +10,11 @@
"start:dev": "sirv public --single --dev",
"dev:builder": "rollup -cw"
},
"files": [
"manifest.json",
"package.json",
"dist"
],
"devDependencies": {
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-commonjs": "^16.0.0",