diff --git a/package.json b/package.json index 2df6ecf..2c12837 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,9 @@ "dependencies": { "@scode/eslint-config": "^2.0.1", "eslint-plugin-import": "^2.20.1" - } + }, + "files": [ + "LICENSE", + "index.js" + ] }