diff --git a/examples/basic-css/package.json b/examples/basic-css/package.json index ad6fd7a6..7160912d 100644 --- a/examples/basic-css/package.json +++ b/examples/basic-css/package.json @@ -11,6 +11,5 @@ "react": "^15.4.2", "react-dom": "^15.4.2" }, - "author": "", "license": "ISC" } diff --git a/examples/custom-server-express/package.json b/examples/custom-server-express/package.json index 2c3ab2c9..aef4aa6b 100644 --- a/examples/custom-server-express/package.json +++ b/examples/custom-server-express/package.json @@ -1,4 +1,6 @@ { + "name": "custom-server-express", + "version": "1.0.0", "scripts": { "dev": "node server.js", "build": "next build", diff --git a/examples/custom-server-hapi/package.json b/examples/custom-server-hapi/package.json index 0840e7d0..d44a21e5 100644 --- a/examples/custom-server-hapi/package.json +++ b/examples/custom-server-hapi/package.json @@ -1,4 +1,6 @@ { + "name": "custom-server-hapi", + "version": "1.0.0", "scripts": { "dev": "node server.js", "build": "next build", diff --git a/examples/custom-server-koa/package.json b/examples/custom-server-koa/package.json index 67430088..7b231655 100644 --- a/examples/custom-server-koa/package.json +++ b/examples/custom-server-koa/package.json @@ -1,5 +1,6 @@ { "name": "custom-server-koa", + "version": "1.0.0", "scripts": { "dev": "node server.js", "build": "next build", diff --git a/examples/custom-server/package.json b/examples/custom-server/package.json index f8ca13d5..874e324e 100644 --- a/examples/custom-server/package.json +++ b/examples/custom-server/package.json @@ -1,4 +1,6 @@ { + "name": "custom-server", + "version": "1.0.0", "scripts": { "dev": "node server.js", "build": "next build", diff --git a/examples/data-fetch/package.json b/examples/data-fetch/package.json index 8660fb83..9ee5eb1b 100644 --- a/examples/data-fetch/package.json +++ b/examples/data-fetch/package.json @@ -12,6 +12,5 @@ "react": "^15.4.2", "react-dom": "^15.4.2" }, - "author": "", "license": "ISC" } diff --git a/examples/head-elements/package.json b/examples/head-elements/package.json index 3cb33e84..e838f051 100644 --- a/examples/head-elements/package.json +++ b/examples/head-elements/package.json @@ -7,10 +7,9 @@ "start": "next start" }, "dependencies": { - "next": "*", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, - "author": "", "license": "ISC" } diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index a6b62c72..bfa75f0b 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -7,10 +7,9 @@ "start": "next start" }, "dependencies": { - "next": "*", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, - "author": "", "license": "ISC" } diff --git a/examples/layout-component/package.json b/examples/layout-component/package.json index a6b62c72..87e20ea1 100644 --- a/examples/layout-component/package.json +++ b/examples/layout-component/package.json @@ -1,5 +1,5 @@ { - "name": "hello-world", + "name": "layout-component", "version": "1.0.0", "scripts": { "dev": "next", @@ -7,10 +7,9 @@ "start": "next start" }, "dependencies": { - "next": "*", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, - "author": "", "license": "ISC" } diff --git a/examples/nested-components/package.json b/examples/nested-components/package.json index 9169311b..0599a561 100644 --- a/examples/nested-components/package.json +++ b/examples/nested-components/package.json @@ -7,10 +7,9 @@ "start": "next start" }, "dependencies": { - "next": "*", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, - "author": "", "license": "ISC" } diff --git a/examples/parameterized-routing/package.json b/examples/parameterized-routing/package.json index 58fc61f0..1e00c83e 100644 --- a/examples/parameterized-routing/package.json +++ b/examples/parameterized-routing/package.json @@ -1,4 +1,6 @@ { + "name": "parameterized-routing", + "version": "1.0.0", "scripts": { "dev": "node server.js", "build": "next build", diff --git a/examples/progressive-render/package.json b/examples/progressive-render/package.json index 0163eb0c..267f9931 100644 --- a/examples/progressive-render/package.json +++ b/examples/progressive-render/package.json @@ -1,5 +1,6 @@ { "name": "progressive-render", + "version": "1.0.0", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/root-static-files/package.json b/examples/root-static-files/package.json index 7c5f57b9..f0b2e308 100644 --- a/examples/root-static-files/package.json +++ b/examples/root-static-files/package.json @@ -1,4 +1,6 @@ { + "name": "root-static-files", + "version": "1.0.0", "scripts": { "dev": "node server.js", "build": "next build", diff --git a/examples/shared-modules/package.json b/examples/shared-modules/package.json index 5c0b6b7b..004073df 100644 --- a/examples/shared-modules/package.json +++ b/examples/shared-modules/package.json @@ -1,18 +1,15 @@ { "name": "shared-modules", "version": "1.0.0", - "description": "This example features:", - "main": "index.js", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { - "next": "*", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2" }, - "author": "", "license": "ISC" } diff --git a/examples/ssr-caching/package.json b/examples/ssr-caching/package.json index 1036324d..877d5634 100644 --- a/examples/ssr-caching/package.json +++ b/examples/ssr-caching/package.json @@ -1,4 +1,6 @@ { + "name": "ssr-caching", + "version": "1.0.0", "scripts": { "dev": "node server.js", "build": "next build", diff --git a/examples/using-inferno/package.json b/examples/using-inferno/package.json index f4d035a2..4408a423 100644 --- a/examples/using-inferno/package.json +++ b/examples/using-inferno/package.json @@ -13,6 +13,5 @@ "module-alias": "^2.0.0", "next": "latest" }, - "author": "", "license": "MIT" } diff --git a/examples/using-preact/package.json b/examples/using-preact/package.json index 0aca7ce7..3a5b46ee 100644 --- a/examples/using-preact/package.json +++ b/examples/using-preact/package.json @@ -12,6 +12,5 @@ "preact": "^7.2.0", "preact-compat": "^3.14.0" }, - "author": "", "license": "ISC" } diff --git a/examples/using-router/package.json b/examples/using-router/package.json index d80608e9..f86bfe99 100644 --- a/examples/using-router/package.json +++ b/examples/using-router/package.json @@ -1,8 +1,6 @@ { - "name": "shared-modules", + "name": "using-router", "version": "1.0.0", - "description": "This example features:", - "main": "index.js", "scripts": { "dev": "next", "build": "next build", @@ -13,6 +11,5 @@ "react": "^15.4.2", "react-dom": "^15.4.2" }, - "author": "", "license": "ISC" } diff --git a/examples/with-amp/package.json b/examples/with-amp/package.json index 5ab9639d..abe74aa5 100644 --- a/examples/with-amp/package.json +++ b/examples/with-amp/package.json @@ -1,5 +1,5 @@ { - "name": "amp", + "name": "with-amp", "version": "1.0.0", "scripts": { "dev": "next", @@ -11,6 +11,5 @@ "react": "^15.4.2", "react-dom": "^15.4.2" }, - "author": "", "license": "ISC" } diff --git a/examples/with-ant-design/package.json b/examples/with-ant-design/package.json index a97c8497..a98ee609 100644 --- a/examples/with-ant-design/package.json +++ b/examples/with-ant-design/package.json @@ -13,6 +13,5 @@ "react": "^15.5.4", "react-dom": "^15.5.4" }, - "author": "", "license": "ISC" } diff --git a/examples/with-antd-mobile/package.json b/examples/with-antd-mobile/package.json index e6174c81..225c6bcb 100644 --- a/examples/with-antd-mobile/package.json +++ b/examples/with-antd-mobile/package.json @@ -1,4 +1,6 @@ { + "name": "with-antd-mobile", + "version": "1.0.0", "dependencies": { "antd-mobile": "^1.1.2", "babel-plugin-import": "^1.1.1", diff --git a/examples/with-firebase/package.json b/examples/with-firebase/package.json index 65cde5a0..769d30cf 100644 --- a/examples/with-firebase/package.json +++ b/examples/with-firebase/package.json @@ -1,4 +1,6 @@ { + "name": "with-firebase", + "version": "1.0.0", "scripts": { "dev": "node server.js", "build": "next build", diff --git a/examples/with-glamor/package.json b/examples/with-glamor/package.json index f825e4c7..83761374 100644 --- a/examples/with-glamor/package.json +++ b/examples/with-glamor/package.json @@ -12,6 +12,5 @@ "react": "^15.4.2", "react-dom": "^15.4.2" }, - "author": "", "license": "ISC" } diff --git a/examples/with-glamorous/package.json b/examples/with-glamorous/package.json index d5b61b35..10c50de5 100644 --- a/examples/with-glamorous/package.json +++ b/examples/with-glamorous/package.json @@ -13,6 +13,5 @@ "react": "^15.4.2", "react-dom": "^15.4.2" }, - "author": "", "license": "ISC" } diff --git a/examples/with-global-stylesheet/package.json b/examples/with-global-stylesheet/package.json index bb2bd267..c3e850b4 100644 --- a/examples/with-global-stylesheet/package.json +++ b/examples/with-global-stylesheet/package.json @@ -1,7 +1,6 @@ { - "name": "next.js-css-global-style-test", + "name": "with-global-stylesheet", "version": "1.0.0", - "description": "", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-higher-order-component/package.json b/examples/with-higher-order-component/package.json index 0a174011..5fba1fcb 100644 --- a/examples/with-higher-order-component/package.json +++ b/examples/with-higher-order-component/package.json @@ -11,6 +11,5 @@ "react": "^15.4.2", "react-dom": "^15.4.2" }, - "author": "", "license": "ISC" } diff --git a/examples/with-i18next/package.json b/examples/with-i18next/package.json index 642200c9..cd7ab5be 100644 --- a/examples/with-i18next/package.json +++ b/examples/with-i18next/package.json @@ -9,11 +9,10 @@ "dependencies": { "i18next": "^7.1.3", "isomorphic-fetch": "^2.2.1", - "next": "*", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2", "react-i18next": "^2.2.1" }, - "author": "", "license": "ISC" } diff --git a/examples/with-jest/package.json b/examples/with-jest/package.json index 457eb36c..3f2c083a 100644 --- a/examples/with-jest/package.json +++ b/examples/with-jest/package.json @@ -1,5 +1,6 @@ { "name": "with-jest", + "version": "1.0.0", "dependencies": { "next": "latest", "react": "^15.5.4", diff --git a/examples/with-loading/package.json b/examples/with-loading/package.json index 1202b485..3c2fe27d 100644 --- a/examples/with-loading/package.json +++ b/examples/with-loading/package.json @@ -14,6 +14,5 @@ "react": "^15.4.2", "react-dom": "^15.4.2" }, - "author": "", "license": "ISC" } diff --git a/examples/with-material-ui-next/package.json b/examples/with-material-ui-next/package.json index 0ad199a5..a533f313 100644 --- a/examples/with-material-ui-next/package.json +++ b/examples/with-material-ui-next/package.json @@ -1,4 +1,6 @@ { + "name": "with-material-ui-next", + "version": "1.0.0", "dependencies": { "material-ui": "next", "next": "latest", diff --git a/examples/with-material-ui/package.json b/examples/with-material-ui/package.json index 33477cd8..6972a047 100644 --- a/examples/with-material-ui/package.json +++ b/examples/with-material-ui/package.json @@ -1,4 +1,6 @@ { + "name": "with-material-ui", + "version": "1.0.0", "dependencies": { "material-ui": "^0.18.0", "next": "latest", diff --git a/examples/with-mobx/package.json b/examples/with-mobx/package.json index 0f8e3a59..80da0014 100644 --- a/examples/with-mobx/package.json +++ b/examples/with-mobx/package.json @@ -13,7 +13,6 @@ "react": "^15.4.2", "react-dom": "^15.4.2" }, - "author": "", "license": "ISC", "devDependencies": { "babel-plugin-transform-decorators-legacy": "^1.3.4" diff --git a/examples/with-next-routes/package.json b/examples/with-next-routes/package.json index 9829b841..4be65bb5 100644 --- a/examples/with-next-routes/package.json +++ b/examples/with-next-routes/package.json @@ -1,4 +1,6 @@ { + "name": "with-next-routes", + "version": "1.0.0", "scripts": { "dev": "node server.js", "build": "next build", diff --git a/examples/with-pretty-url-routing/package.json b/examples/with-pretty-url-routing/package.json index 6eb1c5d0..4d7b1b4f 100644 --- a/examples/with-pretty-url-routing/package.json +++ b/examples/with-pretty-url-routing/package.json @@ -1,4 +1,6 @@ { + "name": "with-pretty-url-routing", + "version": "1.0.0", "scripts": { "dev": "node server.js", "build": "next build", diff --git a/examples/with-react-ga/package.json b/examples/with-react-ga/package.json index e200bbb4..c9c7bed8 100644 --- a/examples/with-react-ga/package.json +++ b/examples/with-react-ga/package.json @@ -1,5 +1,5 @@ { - "name": "hello-world", + "name": "with-react-ga", "version": "1.0.0", "scripts": { "dev": "next", @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "*", + "next": "latest", "react": "^15.4.2", "react-dom": "^15.4.2", "react-ga": "2.2.0" diff --git a/examples/with-react-intl/package.json b/examples/with-react-intl/package.json index 84afe070..32d196ac 100644 --- a/examples/with-react-intl/package.json +++ b/examples/with-react-intl/package.json @@ -16,6 +16,5 @@ "react-dom": "^15.4.2", "react-intl": "^2.2.3" }, - "author": "", "license": "ISC" } diff --git a/examples/with-react-md/package.json b/examples/with-react-md/package.json index 0408ca94..62e4ce94 100644 --- a/examples/with-react-md/package.json +++ b/examples/with-react-md/package.json @@ -14,6 +14,5 @@ "react-dom": "^15.4.2", "react-md": "^1.0.1" }, - "author": "", "license": "ISC" } diff --git a/examples/with-redux/package.json b/examples/with-redux/package.json index 2885ec60..aba7c677 100644 --- a/examples/with-redux/package.json +++ b/examples/with-redux/package.json @@ -16,6 +16,5 @@ "redux": "^3.6.0", "redux-thunk": "^2.1.0" }, - "author": "", "license": "ISC" } diff --git a/examples/with-refnux/package.json b/examples/with-refnux/package.json index 79ab523a..4c5c46f1 100644 --- a/examples/with-refnux/package.json +++ b/examples/with-refnux/package.json @@ -1,12 +1,9 @@ { - "name": "next.js-example-with-refnux", + "name": "with-refnux", "version": "1.0.0", - "description": "", - "main": "index.js", "scripts": { "next": "next" }, - "author": "", "license": "ISC", "dependencies": { "next": "latest", diff --git a/examples/with-scoped-stylesheets-and-postcss/package.json b/examples/with-scoped-stylesheets-and-postcss/package.json index 50e94877..8b5f5b0b 100644 --- a/examples/with-scoped-stylesheets-and-postcss/package.json +++ b/examples/with-scoped-stylesheets-and-postcss/package.json @@ -1,7 +1,6 @@ { - "name": "next.js-with-scoped-stylesheets-and-postcss", + "name": "with-scoped-stylesheets-and-postcss", "version": "1.0.0", - "description": "", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-semantic-ui/package.json b/examples/with-semantic-ui/package.json index 18bbcc62..e0622e09 100644 --- a/examples/with-semantic-ui/package.json +++ b/examples/with-semantic-ui/package.json @@ -12,6 +12,5 @@ "react-dom": "^15.4.2", "semantic-ui-react": "^0.68.0" }, - "author": "", "license": "ISC" } diff --git a/examples/with-shallow-routing/package.json b/examples/with-shallow-routing/package.json index 95ac6a1c..b9949601 100644 --- a/examples/with-shallow-routing/package.json +++ b/examples/with-shallow-routing/package.json @@ -11,6 +11,5 @@ "react": "^15.4.2", "react-dom": "^15.4.2" }, - "author": "", "license": "ISC" } diff --git a/examples/with-socket.io/package.json b/examples/with-socket.io/package.json index 0248bc81..e1f4314a 100644 --- a/examples/with-socket.io/package.json +++ b/examples/with-socket.io/package.json @@ -1,4 +1,6 @@ { + "name": "with-socket.io", + "version": "1.0.0", "dependencies": { "express": "^4.15.2", "isomorphic-fetch": "^2.2.1", diff --git a/examples/with-styled-components/package.json b/examples/with-styled-components/package.json index c50a61b1..d5c24343 100644 --- a/examples/with-styled-components/package.json +++ b/examples/with-styled-components/package.json @@ -13,6 +13,5 @@ "react-dom": "^15.4.2", "styled-components": "^2.0.0-17" }, - "author": "", "license": "ISC" } diff --git a/examples/with-sw-precache/package.json b/examples/with-sw-precache/package.json index e1a3c023..bbe40efe 100644 --- a/examples/with-sw-precache/package.json +++ b/examples/with-sw-precache/package.json @@ -1,4 +1,6 @@ { + "name": "with-sw-precache", + "version": "1.0.0", "scripts": { "build": "next build", "start": "NODE_ENV=production node server.js" diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index b301188a..3be0a759 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -1,4 +1,6 @@ { + "name": "with-typescript", + "version": "1.0.0", "scripts": { "dev": "concurrently \"tsc --watch\" next" }, diff --git a/examples/with-universal-configuration/package.json b/examples/with-universal-configuration/package.json index cdd6ae30..1b46efcb 100644 --- a/examples/with-universal-configuration/package.json +++ b/examples/with-universal-configuration/package.json @@ -1,5 +1,5 @@ { - "name": "with-env", + "name": "with-universal-configuration", "version": "1.0.0", "scripts": { "dev": "next", @@ -14,6 +14,5 @@ "devDependencies": { "babel-plugin-transform-define": "^1.2.0" }, - "author": "", "license": "ISC" } diff --git a/examples/with-url-object-routing/package.json b/examples/with-url-object-routing/package.json index 58fc61f0..5a2f58a1 100644 --- a/examples/with-url-object-routing/package.json +++ b/examples/with-url-object-routing/package.json @@ -1,4 +1,6 @@ { + "name": "with-url-object-routing", + "version": "1.0.0", "scripts": { "dev": "node server.js", "build": "next build", diff --git a/examples/with-webpack-bundle-analyzer/package.json b/examples/with-webpack-bundle-analyzer/package.json index 2d15a47e..66ffcb1e 100644 --- a/examples/with-webpack-bundle-analyzer/package.json +++ b/examples/with-webpack-bundle-analyzer/package.json @@ -13,6 +13,5 @@ "react-dom": "^15.4.2", "webpack-bundle-analyzer": "^2.3.0" }, - "author": "", "license": "ISC" }