Skip to content

Commit

Permalink
fix(nuxt-start): add missing dependencies (nuxt#3832)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldarund authored and pi0 committed Sep 1, 2018
1 parent bceddf5 commit 00ea579
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/nuxt-start/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ export default (pkg, { load }) => {
dist: 'dist/nuxt-start.js',
sources: [nuxt],
extras: [
'minimist'
'minimist',
'vue-no-ssr',
'vue-router',
'vuex'
],
exclude: [
'jsdom'
Expand Down
3 changes: 3 additions & 0 deletions packages/nuxt-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
},
"dependencies": {
"minimist": "^1.2.0",
"vue-no-ssr": "^0.2.2",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"lodash": "^4.17.10",
"hash-sum": "^1.0.2",
"consola": "^1.4.3",
Expand Down

0 comments on commit 00ea579

Please sign in to comment.