diff --git a/examples/custom-loading/package.json b/examples/custom-loading/package.json index 8b5caca527..c177c2338b 100644 --- a/examples/custom-loading/package.json +++ b/examples/custom-loading/package.json @@ -1,10 +1,11 @@ { - "name": "custom-loading", - "description": "", + "name": "nuxt-custom-loading", "dependencies": { "nuxt": "latest" }, "scripts": { - "start": "nuxt" + "dev": "nuxt", + "build": "nuxt build", + "start": "nuxt start" } } diff --git a/examples/global-css/package.json b/examples/global-css/package.json index d5954f043a..0c7710e7e8 100644 --- a/examples/global-css/package.json +++ b/examples/global-css/package.json @@ -1,6 +1,5 @@ { "name": "nuxt-global-css", - "description": "", "dependencies": { "bulma": "^0.2.3", "hover.css": "^2.0.2", diff --git a/examples/head-elements/pages/about.vue b/examples/head-elements/pages/about.vue index 3a63a3d83d..4118718f1d 100644 --- a/examples/head-elements/pages/about.vue +++ b/examples/head-elements/pages/about.vue @@ -1,7 +1,7 @@