Skip to content

Commit

Permalink
package.json: Rename broken "repo" key to "repository"
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Nov 30, 2016
1 parent eda092e commit 447acea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -12,7 +12,7 @@
"start": "ember server",
"test": "ember try:each"
},
"repo": {
"repository": {
"type": "git",
"url": "git+https://github.com/ember-cli/ember-load-initializers.git"
},
Expand Down Expand Up @@ -51,6 +51,5 @@
"bugs": {
"url": "https://github.com/ember-cli/ember-load-initializersder/issues"
},
"homepage": "https://github.com/ember-cli/ember-load-initializers#readme",
"repository": "git@github.com:ember-cli/ember-load-initializers.git"
"homepage": "https://github.com/ember-cli/ember-load-initializers#readme"
}

0 comments on commit 447acea

Please sign in to comment.