Skip to content

Commit bc5c428

Browse files
committed
Fix repository
1 parent 2baacc2 commit bc5c428

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.release-plan.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"pkgJSONPath": "./package.json"
2323
}
2424
},
25-
"description": "## Release (2025-12-09)\n\n* ember-strict-application-resolver 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-strict-application-resolver`\n * [#17](https://github.com/ember-cli/ember-strict-application-resolver/pull/17) Widen module type ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `ember-strict-application-resolver`\n * [#16](https://github.com/ember-cli/ember-strict-application-resolver/pull/16) Update glob patterns in README for services and routes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-strict-application-resolver`\n * [#14](https://github.com/ember-cli/ember-strict-application-resolver/pull/14) Add test for non-standard registrations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#12](https://github.com/ember-cli/ember-strict-application-resolver/pull/12) Add build to CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#9](https://github.com/ember-cli/ember-strict-application-resolver/pull/9) Try: 3.28 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#10](https://github.com/ember-cli/ember-strict-application-resolver/pull/10) Upgrade from Glint v2 alpha to stable 'v2' ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
25+
"description": "## Release (2025-12-09) \n\n* ember-strict-application-resolver 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `ember-strict-application-resolver`\n * [#17](https://github.com/ember-cli/ember-strict-application-resolver/pull/17) Widen module type ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :memo: Documentation\n* `ember-strict-application-resolver`\n * [#16](https://github.com/ember-cli/ember-strict-application-resolver/pull/16) Update glob patterns in README for services and routes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-strict-application-resolver`\n * [#14](https://github.com/ember-cli/ember-strict-application-resolver/pull/14) Add test for non-standard registrations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#12](https://github.com/ember-cli/ember-strict-application-resolver/pull/12) Add build to CI ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#9](https://github.com/ember-cli/ember-strict-application-resolver/pull/9) Try: 3.28 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#10](https://github.com/ember-cli/ember-strict-application-resolver/pull/10) Upgrade from Glint v2 alpha to stable 'v2' ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2626
}

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
"keywords": [
66
"ember-addon"
77
],
8-
"repository": {
9-
"type": "git",
10-
"url": "[email protected]:NullVoxPopuli/ember-strict-application-resolver.git"
11-
},
8+
"repository": "https://github.com/ember-cli/ember-strict-application-resolver",
129
"license": "MIT",
1310
"author": "",
1411
"imports": {

0 commit comments

Comments
 (0)