commit: 191c01ea71dcba97a552fd04b4341d2fde09779b
parent 567500ee332b521b50374307f73179e8d9c016ca
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 21 Sep 2023 12:38:22 +0200
package.json: Temporarily add list of files to install/publish
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/package.json b/package.json
@@ -15,6 +15,7 @@
"url": "https://hacktivis.me/git/tape-lite.git"
},
"exports": "./index.js",
+ "files": ["*.js", "README.md", ".clang-format", "LICENSES/*"],
"scripts": {
"test": "node test",
"format": "clang-format -i *.js"