Skip to content

Commit

Permalink
refactor: remove legacy dependencies for rc.11
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires nuxt@^1.0.0
  • Loading branch information
Pooya Parsa committed Jan 14, 2018
1 parent ca5c898 commit 6ae2d29
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
14 changes: 0 additions & 14 deletions lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,27 +119,13 @@ function addTemplates (options) {
options
})

// ... Support for nuxt <= 1.0.0-rc11
this.addTemplate({
src: resolvePath('templates/App.vue'),
fileName: 'App.vue',
options
})

// Nuxt component
this.addTemplate({
src: resolvePath('templates/components/nuxt.js'),
fileName: 'components/nuxt.js',
options
})

// ... Support for nuxt <= 1.0.0-rc11
this.addTemplate({
src: resolvePath('templates/components/nuxt.vue'),
fileName: 'components/nuxt.vue',
options
})

// Default layout
this.addTemplate({
src: resolvePath('templates/layouts/default.vue'),
Expand Down
1 change: 0 additions & 1 deletion lib/templates/App.vue

This file was deleted.

1 change: 0 additions & 1 deletion lib/templates/components/nuxt.vue

This file was deleted.

0 comments on commit 6ae2d29

Please sign in to comment.