vuetifyjs / nuxt

Nuxt.js + Vuetify.js starter project template.
MIT License
306 stars 109 forks source link

Not using a-la-carte components results in an invalid package.json #74

Closed user3483203 closed 5 years ago

user3483203 commented 5 years ago

Pretty much the title, if you choose not to use a-la-carte components, you are left with this part of a package.json:

  "dependencies": {
    "nuxt": "^2.2.0",
    "vuetify": "^1.3.3",
  },

Which is unable to be parsed by npm due to the trailing comma. Works fine once you remove the trailing comma.