bump to 0.7.8

This commit is contained in:
Sébastien Chopin 2016-12-01 19:02:34 +01:00
parent 496ecf1a80
commit 0f2b976d65

View File

@ -1,6 +1,6 @@
{
"name": "nuxt",
"version": "0.7.7",
"version": "0.7.8",
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"contributors": [
{
@ -55,16 +55,16 @@
"glob": "^7.1.1",
"hash-sum": "^1.0.2",
"lodash": "^4.17.2",
"lru-cache": "^4.0.1",
"lru-cache": "^4.0.2",
"path-to-regexp": "^1.7.0",
"pify": "^2.3.0",
"serialize-javascript": "^1.3.0",
"serve-static": "^1.11.1",
"url-loader": "^0.5.7",
"vue": "^2.1.3",
"vue-loader": "^10.0.0",
"vue-loader": "^10.0.2",
"vue-meta": "^0.5.2",
"vue-router": "^2.0.3",
"vue-router": "^2.1.0",
"vue-server-renderer": "^2.1.3",
"vue-template-compiler": "^2.1.3",
"vuex": "^2.0.0",