Skip to content

Commit

Permalink
Remove ember-cli-addon-docs in 1.11 and 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
billy-addepar committed Feb 15, 2018
1 parent 59fbff4 commit 77fef39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ module.exports = {
'ember-cli-fastboot': null,
'ember-data': '~1.13.0',
'ember-source': null,
'fastboot': null
'fastboot': null,
'ember-cli-addon-docs': null
}
}
},
Expand All @@ -45,7 +46,8 @@ module.exports = {
'ember-cli-fastboot': null,
'ember-data': '~1.13.0',
'ember-source': null,
'fastboot': null
'fastboot': null,
'ember-cli-addon-docs': null
}
}
},
Expand Down
3 changes: 1 addition & 2 deletions tests/dummy/app/router.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import EmberRouter from '@ember/routing/router';
import config from './config/environment';
import RouterScroll from 'ember-router-scroll';

const Router = EmberRouter.extend(RouterScroll, {
const Router = EmberRouter.extend({
location: config.locationType,
rootURL: config.rootURL
});
Expand Down

0 comments on commit 77fef39

Please sign in to comment.