diff --git a/package.json b/package.json index 1eabb90..c17ea84 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,9 @@ ], "type": "module", "bin": "./src/index.js", + "files": [ + "src" + ], "scripts": { "lint:prettier": "prettier --cache --check --ignore-unknown .", "prepare": "husky install",