From 724f674abe72b0e6cfc7508fdd027172da6d1782 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 17 Jun 2024 00:38:45 +0000 Subject: [PATCH] chore: self mutation Signed-off-by: github-actions --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ca054b4..fca51dd 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", "publishConfig": { "access": "public" @@ -65,5 +65,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/**/*" + ] }