Skip to content

Commit

Permalink
Merge pull request #9 from HaleyWardo/patch-1
Browse files Browse the repository at this point in the history
Add repository info to package.json
  • Loading branch information
mattmcmanus authored Oct 11, 2018
2 parents a35ea1a + a7b43f0 commit c7739a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"doc": "doc",
"test": "tests"
},
"repository": "",
"repository": {
"type": "git",
"url": "https://github.com/yapplabs/ember-nav-stack.git"
},
"scripts": {
"build": "ember build",
"start": "ember serve",
Expand Down

0 comments on commit c7739a5

Please sign in to comment.