diff --git a/package.json b/package.json index 3d07b09..2902ab8 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,9 @@ "@scode/consts": "^1.0.3", "@scode/crypto-helper": "^1.1.9", "node-fetch": "^2.6.0" - } + }, + "files": [ + "LICENSE", + "index.js" + ] }