Add "files" to restrict what we publish

This commit is contained in:
Bryan Housel 2021-06-24 14:25:05 -04:00
parent 47ed51c4f4
commit 9c4aee3ed0

View file

@ -52,6 +52,11 @@
"transit",
"wikidata"
],
"files": [
"index.mjs",
"dist/",
"schema/"
],
"type": "module",
"main": "./dist/javascript/nsi.cjs",
"module": "./index.mjs",