Rename package

This commit is contained in:
Steve Winton
2019-11-01 07:54:48 -05:00
committed by Clare Liguori
parent d322a17a44
commit c0c7826537
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "setup-aws",
"name": "configure-aws-credentials-for-github-actions",
"version": "0.0.0",
"description": "Setup AWS",
"main": "index.js",
@@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/aws/setup-aws.git"
"url": "git+https://github.com/aws/configure-aws-credentials-for-github-actions.git"
},
"keywords": [
"AWS",
@@ -21,9 +21,9 @@
"author": "GitHub",
"license": "MIT",
"bugs": {
"url": "https://github.com/aws/setup-aws/issues"
"url": "https://github.com/aws/configure-aws-credentials-for-github-actions/issues"
},
"homepage": "https://github.com/aws/setup-aws#readme",
"homepage": "https://github.com/aws/configure-aws-credentials-for-github-actions#readme",
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/exec": "^1.0.1",