From 1ab248362238c1379c387da5bf1c78269b5f3ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 26 Sep 2018 19:10:46 +0200 Subject: [PATCH] Update package.json --- examples/hello-world/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 061ba065d4..0cc6a5c7c8 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -1,7 +1,7 @@ { "name": "example-hello-world", "dependencies": { - "nuxt-edge": "latest" + "nuxt": "latest" }, "scripts": { "dev": "nuxt",