Upgrade to nuxt 1.0-rc3

This commit is contained in:
Sebastien Chopin
2017-08-01 18:41:46 +02:00
parent 5023dddebc
commit b316c18769
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
module.exports = { module.exports = {
plugins: ['~plugins/vue-js-modal'] plugins: ['~/plugins/vue-js-modal']
} }

View File

@@ -5,6 +5,6 @@
}, },
"dependencies": { "dependencies": {
"vue-js-modal": "latest", "vue-js-modal": "latest",
"nuxt": "^1.0.0-alpha.4" "nuxt": "^1.0.0-rc3"
} }
} }