Skip to content

Commit

Permalink
Avoid warning by setting the 'repository' property in package.json.
Browse files Browse the repository at this point in the history
Fixes #6
  • Loading branch information
asaf committed Jan 18, 2015
1 parent 63bcc6b commit 0e57e68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"build": "ember build",
"test": "ember test"
},
"repository": "",
"repository": {
"url": "https://github.com/indexiatech/ember-idx-tabs"
},
"engines": {
"node": ">= 0.10.0"
},
Expand Down

0 comments on commit 0e57e68

Please sign in to comment.