@nuxt/app-edge
Advanced tools
Comparing version 2.3.0-25673164.da7c01f to 2.3.0-25673320.972c3a7
@@ -15,2 +15,3 @@ # Change Log | ||
* **publish:** set each package's publishConfig to public ([28b246d](https://github.com/nuxt/nuxt.js/commit/28b246d)), closes [lerna/lerna#178](https://github.com/lerna/lerna/issues/178) | ||
* remove extra text ([#4187](https://github.com/nuxt/nuxt.js/issues/4187)) ([972c3a7](https://github.com/nuxt/nuxt.js/commit/972c3a7)) | ||
@@ -17,0 +18,0 @@ |
/*! | ||
* @nuxt/app-edge v2.3.0-25673164.da7c01f (c) 2016-2018 | ||
* @nuxt/app-edge v2.3.0-25673320.972c3a7 (c) 2016-2018 | ||
@@ -17,3 +17,3 @@ * - All the amazing contributors | ||
var name = "@nuxt/app-edge"; | ||
var version = "2.3.0-25673164.da7c01f"; | ||
var version = "2.3.0-25673320.972c3a7"; | ||
var repository = "nuxt/nuxt.js"; | ||
@@ -20,0 +20,0 @@ var license = "MIT"; |
{ | ||
"name": "@nuxt/app-edge", | ||
"version": "2.3.0-25673164.da7c01f", | ||
"version": "2.3.0-25673320.972c3a7", | ||
"repository": "nuxt/nuxt.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -61,3 +61,3 @@ import Vue from 'vue' | ||
// Create Root instance13:14:29: Error: can't open file '.eslintrc.js' (error 2: No such file or directory) | ||
// Create Root instance | ||
@@ -64,0 +64,0 @@ // here we inject the router and store to all child components, |
109106