Skip to content

Commit

Permalink
Merge pull request #11710 from knownasilya/patch-7
Browse files Browse the repository at this point in the history
Add repository field to package.json
  • Loading branch information
stefanpenner committed Jul 10, 2015
2 parents f4f78a9 + a00c953 commit f6e58fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "ember",
"repository": {
"type": "git",
"url": "https://github.com/emberjs/ember.js.git"
},
"dependencies": {
"jquery": "~1.11.1",
"qunit": "~1.17.1",
Expand Down
6 changes: 5 additions & 1 deletion config/package_manager_files/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"./ember.debug.js",
"./ember-template-compiler.js"
],
"repository": {
"type": "git",
"url": "https://github.com/emberjs/ember.js.git"
},
"dependencies": {
"jquery": ">= 1.7.0 < 2.2.0"
}
}
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"docs": "ember ember-cli-yuidoc",
"sauce:launch": "ember sauce:launch"
},
"repository": {
"type": "git",
"url": "https://github.com/emberjs/ember.js.git"
},
"devDependencies": {
"aws-sdk": "~2.1.5",
"babel-plugin-feature-flags": "~0.2.0",
Expand Down

0 comments on commit f6e58fc

Please sign in to comment.