Commit 200a69da authored by Sebastien Chopin's avatar Sebastien Chopin

Fix build

parent 8427ed44
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "nuxt dev", "dev": "nuxt dev",
"start": "nuxt start", "build": "nuxt build",
"build": "nuxt build" "start": "nuxt start"
}, },
"engines": { "engines": {
"node": ">=8.0" "node": ">=8.0"
...@@ -26,11 +26,10 @@ ...@@ -26,11 +26,10 @@
"dependencies": { "dependencies": {
"@nuxtjs/component-cache": "^1.0.0", "@nuxtjs/component-cache": "^1.0.0",
"@nuxtjs/pwa": "latest", "@nuxtjs/pwa": "latest",
"nuxt-start": "^1.0.0-rc5" "nuxt": "^1.0.0-rc5"
}, },
"devDependencies": { "devDependencies": {
"firebase": "^4.3.0", "firebase": "^4.3.0",
"nuxt": "^1.0.0-rc5",
"stylus": "^0.54.5", "stylus": "^0.54.5",
"stylus-loader": "^3.0.1", "stylus-loader": "^3.0.1",
"vuex-router-sync": "^4.2.0" "vuex-router-sync": "^4.2.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment