Skip to content

Commit

Permalink
#7 fix the package.json to include the repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadnoslen committed Feb 6, 2017
1 parent 3ffe5aa commit d6cd361
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,21 @@
"start": "ember server",
"test": "ember try:each"
},
"repository": "",
"repository": {
"type": "git",
"url": "https://github.com/cybertoothca/ember-cli-bootstrap3-carousel.git"
},
"engines": {
"node": ">= 0.12.0"
},
"author": "",
"author": "Cybertooth.io",
"contributors": [
{
"name": "Dan Nelson",
"email": "[email protected]",
"url": "https://github.com/nadnoslen"
}
],
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
Expand Down Expand Up @@ -45,6 +55,11 @@
"loader.js": "^4.0.10"
},
"keywords": [
"bootstrap",
"bootstrap3",
"carousel",
"bootstrap-carousel",
"cybertooth",
"ember-addon"
],
"dependencies": {
Expand Down

0 comments on commit d6cd361

Please sign in to comment.