Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
onekiloparsec committed May 23, 2020
1 parent 519b195 commit 3208c02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,5 +1,5 @@
{
"name": "heroku-deploy",
"name": "heroku-node-deploy-subfolder",
"version": "1.0.0",
"description": "A simple github action that dynamically deploys an app to heroku",
"main": "index.js",
Expand All @@ -9,18 +9,18 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/AkhileshNS/heroku-deploy.git"
"url": "git+https://github.com/onekiloparsec/heroku-node-deploy-subfolder.git"
},
"keywords": [
"heroku",
"github",
"github-actions"
"github-actions"
],
"author": "AkhileshNS",
"bugs": {
"url": "https://github.com/AkhileshNS/heroku-deploy/issues"
"url": "https://github.com/onekiloparsec/heroku-node-deploy-subfolder/issues"
},
"homepage": "https://github.com/AkhileshNS/heroku-deploy#readme",
"homepage": "https://github.com/onekiloparsec/heroku-node-deploy-subfolder#readme",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.0"
Expand Down

0 comments on commit 3208c02

Please sign in to comment.