Skip to content

Commit 3d9107a

Browse files
author
Robert Jackson
committed
Fix repo URL in package.json.
1 parent 01296cc commit 3d9107a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"codemod",
88
"qunit"
99
],
10-
"homepage": "https://github.com/rwjblue/ember-qunit-codemod#readme",
10+
"homepage": "https://github.com/ember-codemods/ember-qunit-codemod#readme",
1111
"bugs": {
12-
"url": "https://github.com/rwjblue/ember-qunit-codemod/issues"
12+
"url": "https://github.com/ember-codemods/ember-qunit-codemod/issues"
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/rwjblue/ember-qunit-codemod.git"
16+
"url": "git+https://github.com/ember-codemods/ember-qunit-codemod.git"
1717
},
1818
"license": "MIT",
1919
"author": "Robert Jackson <[email protected]>",

0 commit comments

Comments
 (0)