Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sinoru committed Mar 2, 2021
1 parent 481158e commit c1479a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "javascript-action",
"version": "1.0.0",
"description": "JavaScript Action Template",
"name": "actions-setup-swift",
"version": "2.0.0",
"description": "Set up a specific version of swift using swiftenv",
"main": "index.mjs",
"scripts": {
"lint": "eslint .",
Expand All @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/actions/javascript-action.git"
"url": "git+https://github.com/sinoru/actions-setup-swift.git"
},
"keywords": [
"GitHub",
Expand All @@ -21,9 +21,9 @@
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/actions/javascript-action/issues"
"url": "https://github.com/sinoru/actions-setup-swift/issues"
},
"homepage": "https://github.com/actions/javascript-action#readme",
"homepage": "https://github.com/sinoru/actions-setup-swift#readme",
"dependencies": {
"@actions/core": "^1.2.5",
"@actions/exec": "^1.0.4"
Expand Down

0 comments on commit c1479a9

Please sign in to comment.