chore!: configure projen for correct artifact generation directory

This commit is contained in:
Tom Keller
2022-10-15 18:37:21 -07:00
parent 746c17326f
commit 15adc6ff52
5 changed files with 12 additions and 11 deletions
Generated
+2 -2
View File
@@ -65,7 +65,7 @@
"engines": {
"node": ">= 14.0.0"
},
"main": "lib/index.js",
"main": "build/index.js",
"license": "MIT",
"homepage": "https://github.com/aws-actions/configure-aws-credentials",
"version": "0.0.0",
@@ -117,7 +117,7 @@
]
}
},
"types": "lib/index.d.ts",
"types": "build/index.d.ts",
"overrides": {
"@types/responselike": "1.0.0",
"got": "12.3.1"