Skip to content

Commit

Permalink
Adding repository to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dvonlehman committed Apr 17, 2015
1 parent 02e9ab9 commit 98afcea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "4front-s3-deployments",
"version": "0.0.1",
"version": "0.0.2",
"description": "S3 based deployments for 4front",
"main": "index.js",
"scripts": {
Expand All @@ -9,6 +9,10 @@
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec test/"
},
"author": "David Von Lehman <https://github.com/dvonlehman>",
"repository": {
"url": "https://github.com/4front/s3-deployments",
"type": "git"
},
"licenses": [
{
"type": "Apache-2.0",
Expand Down

0 comments on commit 98afcea

Please sign in to comment.