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
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "setup-aws", "name": "configure-aws-credentials-for-github-actions",
"version": "0.0.0", "version": "0.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
+4 -4
View File
@@ -1,5 +1,5 @@
{ {
"name": "setup-aws", "name": "configure-aws-credentials-for-github-actions",
"version": "0.0.0", "version": "0.0.0",
"description": "Setup AWS", "description": "Setup AWS",
"main": "index.js", "main": "index.js",
@@ -10,7 +10,7 @@
}, },
"repository": { "repository": {
"type": "git", "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": [ "keywords": [
"AWS", "AWS",
@@ -21,9 +21,9 @@
"author": "GitHub", "author": "GitHub",
"license": "MIT", "license": "MIT",
"bugs": { "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": { "dependencies": {
"@actions/core": "^1.2.0", "@actions/core": "^1.2.0",
"@actions/exec": "^1.0.1", "@actions/exec": "^1.0.1",