Skip to content

Commit a36a886

Browse files
author
Pooya Parsa
committedSep 4, 2017
fix(package): make nuxt devDependency
needed for nuxt-start
1 parent c441c0b commit a36a886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"axios": "^0.16.2",
3232
"chalk": "^2.1.0",
3333
"debug": "^3.0.1",
34-
"nuxt": "^1.0.0-rc8",
3534
"whatwg-url": "^6.1.0"
3635
},
3736
"devDependencies": {
37+
"nuxt": "^1.0.0-rc8",
3838
"codecov": "^2.3.0",
3939
"eslint": "^4.5.0",
4040
"eslint-config-standard": "^10.2.1",

0 commit comments

Comments
 (0)
Please sign in to comment.