mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-03 06:05:04 +09:00
chore!: configure projen for correct artifact generation directory
This commit is contained in:
Generated
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user