Skip to content

Commit

Permalink
Fix crucial typo, update ember-cli-addon-docs to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeen committed Mar 9, 2023
1 parent 5206b3b commit c461fd7
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 370 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"ember-auto-import": "^2.4.2",
"ember-classic-decorator": "^3.0.0",
"ember-cli": "~3.28.5",
"ember-cli-addon-docs": "anehx/ember-cli-addon-docs#fix-runtime-config",
"ember-cli-addon-docs": "^5.0",
"ember-cli-addon-docs-yuidoc": "^1.0.0",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-deploy": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import config from "dummy/config/environment";

const Router = AddonDocsRouter.extend({
location: config.locationType,
rootURL: config.rootURLe,
rootURL: config.rootURL,
});

Router.map(function () {
Expand Down
Loading

0 comments on commit c461fd7

Please sign in to comment.