package.json: add the "files" attribute

This commit is contained in:
He4eT 2021-07-12 19:06:53 +05:00
commit 14163877bc

View file

@ -11,6 +11,9 @@
"interactive-fiction"
],
"main": "src/index.js",
"files": [
"/src"
],
"repository": "https://github.com/He4eT/cheap-glkote",
"bugs": "https://github.com/He4eT/cheap-glkote/issues",
"dependencies": {},