Add "files" to restrict what we publish
This commit is contained in:
parent
47ed51c4f4
commit
9c4aee3ed0
1 changed files with 5 additions and 0 deletions
|
@ -52,6 +52,11 @@
|
|||
"transit",
|
||||
"wikidata"
|
||||
],
|
||||
"files": [
|
||||
"index.mjs",
|
||||
"dist/",
|
||||
"schema/"
|
||||
],
|
||||
"type": "module",
|
||||
"main": "./dist/javascript/nsi.cjs",
|
||||
"module": "./index.mjs",
|
||||
|
|
Loading…
Add table
Reference in a new issue