Skip to content

Commit

Permalink
added reposit in platform packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledoux committed Feb 3, 2017
1 parent 92ea963 commit a9b03ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion platforms/docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"license": "MIT",
"description": "Teleport platform template for kubernetes",
"name": "teleport-docker",
"version": "0.1.0"
"repository": {
"type": "git",
"url": "https://github.com/snipsco/teleport-docker"
},
"version": "0.1.1"
}
6 changes: 5 additions & 1 deletion platforms/heroku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"license": "MIT",
"description": "Teleport platform template for heroku",
"name": "teleport-heroku",
"version": "0.1.0"
"repository": {
"type": "git",
"url": "https://github.com/snipsco/teleport-heroku"
},
"version": "0.1.1"
}

0 comments on commit a9b03ca

Please sign in to comment.