diff --git a/package.json b/package.json index 048a809..68e952c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "dependencies": { "lodash": "^4.17.21" }, - "main": "lib/index.js", + "main": "./lib/index.js", "license": "Apache-2.0", "version": "0.0.0", "types": "lib/index.d.ts", @@ -62,5 +62,9 @@ "platform": "node" }, "prettier": "@vladcos/prettier-config", - "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." + "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\".", + "files": [ + "lib/**/*", + "src/**/*" + ] }