From f0ba83010dd4dc1b9f5271017b124b1d99da5d83 Mon Sep 17 00:00:00 2001 From: Oscar Busk Date: Sat, 14 Aug 2021 14:03:50 +0200 Subject: [PATCH] Revert "Add licences to all example/package.json that lack them" This reverts commit 5d4e25012f7334772b8ef5924bc355277e827cba. --- examples/api-routes-rate-limit/package.json | 1 - examples/auth0/package.json | 1 - examples/blog-with-comment/package.json | 1 - examples/blog/package.json | 1 - examples/catch-all-routes/package.json | 1 - examples/dynamic-routing/package.json | 1 - examples/gh-pages/package.json | 1 - examples/styled-jsx-with-csp/package.json | 1 - examples/with-aws-amplify-typescript/package.json | 1 - examples/with-aws-amplify/package.json | 1 - examples/with-babel-macros/package.json | 1 - examples/with-carbon-components/package.json | 1 - examples/with-cerebral/package.json | 1 - examples/with-compiled-css/package.json | 1 - examples/with-custom-babel-config/package.json | 1 - examples/with-custom-reverse-proxy/package.json | 1 - examples/with-cypress/package.json | 1 - examples/with-draft-js/package.json | 1 - examples/with-electron-typescript/package.json | 1 - examples/with-emotion-vanilla/package.json | 1 - examples/with-emotion/package.json | 1 - examples/with-eslint/package.json | 1 - examples/with-filbert/package.json | 1 - examples/with-flow/package.json | 1 - examples/with-goober/package.json | 1 - examples/with-graphql-hooks/package.json | 1 - examples/with-graphql-react/package.json | 1 - examples/with-hls-js/package.json | 1 - examples/with-joi/package.json | 1 - examples/with-kea/package.json | 1 - examples/with-lingui/package.json | 1 - examples/with-mobx/package.json | 1 - examples/with-msw/package.json | 1 - examples/with-mux-video/package.json | 1 - examples/with-neo4j/package.json | 1 - examples/with-netlify-cms/package.json | 1 - examples/with-next-sitemap/package.json | 1 - examples/with-nhost-auth-realtime-graphql/package.json | 1 - examples/with-overmind/package.json | 1 - examples/with-quill-js/package.json | 1 - examples/with-react-bootstrap/package.json | 1 - examples/with-react-helmet/package.json | 1 - examples/with-react-intl/package.json | 1 - examples/with-react-md-typescript/package.json | 1 - examples/with-react-md/package.json | 1 - examples/with-react-multi-carousel/package.json | 1 - examples/with-reason-relay/package.json | 1 - examples/with-reasonml-todo/package.json | 1 - examples/with-reasonml/package.json | 1 - examples/with-redis/package.json | 1 - examples/with-redux-saga/package.json | 1 - examples/with-redux-toolkit-typescript/package.json | 1 - examples/with-reflexjs/package.json | 1 - examples/with-relay-modern/package.json | 1 - examples/with-sentry/package.json | 1 - examples/with-storybook-styled-jsx-scss/package.json | 1 - examples/with-storybook/package.json | 1 - examples/with-stripe-typescript/package.json | 1 - examples/with-styled-jsx-plugins/package.json | 1 - examples/with-supertokens/package.json | 1 - examples/with-tailwindcss/package.json | 1 - examples/with-typescript-eslint-jest/package.json | 1 - examples/with-typescript-graphql/package.json | 1 - examples/with-unsplash/package.json | 1 - examples/with-why-did-you-render/package.json | 1 - 65 files changed, 65 deletions(-) diff --git a/examples/api-routes-rate-limit/package.json b/examples/api-routes-rate-limit/package.json index bc152ce6c074d..568cc38e0b848 100644 --- a/examples/api-routes-rate-limit/package.json +++ b/examples/api-routes-rate-limit/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/auth0/package.json b/examples/auth0/package.json index 29750a0f6f4cf..96caf0e6d5c95 100644 --- a/examples/auth0/package.json +++ b/examples/auth0/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/blog-with-comment/package.json b/examples/blog-with-comment/package.json index dfa4b8adf58f3..e1d61871a8ae8 100644 --- a/examples/blog-with-comment/package.json +++ b/examples/blog-with-comment/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/blog/package.json b/examples/blog/package.json index e8914c101fe50..c2dff153d5f47 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "node ./scripts/gen-rss.js && next build", diff --git a/examples/catch-all-routes/package.json b/examples/catch-all-routes/package.json index d09da022e389b..349de02f4d84b 100644 --- a/examples/catch-all-routes/package.json +++ b/examples/catch-all-routes/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/dynamic-routing/package.json b/examples/dynamic-routing/package.json index d09da022e389b..349de02f4d84b 100644 --- a/examples/dynamic-routing/package.json +++ b/examples/dynamic-routing/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/gh-pages/package.json b/examples/gh-pages/package.json index e41f87097b103..cd54ef79fd9f8 100644 --- a/examples/gh-pages/package.json +++ b/examples/gh-pages/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/styled-jsx-with-csp/package.json b/examples/styled-jsx-with-csp/package.json index 1f8cbe48ade13..f2a1ff90b782c 100644 --- a/examples/styled-jsx-with-csp/package.json +++ b/examples/styled-jsx-with-csp/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-aws-amplify-typescript/package.json b/examples/with-aws-amplify-typescript/package.json index f8a1b8671ed12..2f83648612969 100644 --- a/examples/with-aws-amplify-typescript/package.json +++ b/examples/with-aws-amplify-typescript/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-aws-amplify/package.json b/examples/with-aws-amplify/package.json index 6ee3ebc1e9893..b2e7ad46502ad 100644 --- a/examples/with-aws-amplify/package.json +++ b/examples/with-aws-amplify/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-babel-macros/package.json b/examples/with-babel-macros/package.json index 315e838d61770..7d104817c76f5 100644 --- a/examples/with-babel-macros/package.json +++ b/examples/with-babel-macros/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-carbon-components/package.json b/examples/with-carbon-components/package.json index 9749b54d7155a..14de331baf9a9 100644 --- a/examples/with-carbon-components/package.json +++ b/examples/with-carbon-components/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-cerebral/package.json b/examples/with-cerebral/package.json index b637217782c98..c60815b5e3d37 100644 --- a/examples/with-cerebral/package.json +++ b/examples/with-cerebral/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-compiled-css/package.json b/examples/with-compiled-css/package.json index f89abc31fb71d..6339a0dfabbe3 100644 --- a/examples/with-compiled-css/package.json +++ b/examples/with-compiled-css/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-custom-babel-config/package.json b/examples/with-custom-babel-config/package.json index 68742e2c65bc4..71f1ef3b84b81 100644 --- a/examples/with-custom-babel-config/package.json +++ b/examples/with-custom-babel-config/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-custom-reverse-proxy/package.json b/examples/with-custom-reverse-proxy/package.json index 094feb034bd42..962d3e9ecbe00 100644 --- a/examples/with-custom-reverse-proxy/package.json +++ b/examples/with-custom-reverse-proxy/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "dependencies": { "express": "^4.15.3", "next": "latest", diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 79293dd016397..966a833f699b4 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -1,6 +1,5 @@ { "name": "with-cypress", - "license": "MIT", "version": "0.1.0", "private": true, "scripts": { diff --git a/examples/with-draft-js/package.json b/examples/with-draft-js/package.json index 810679d0a7796..531a9a3207cdd 100644 --- a/examples/with-draft-js/package.json +++ b/examples/with-draft-js/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-electron-typescript/package.json b/examples/with-electron-typescript/package.json index 5824529c9ebd5..9b9f0613648ba 100644 --- a/examples/with-electron-typescript/package.json +++ b/examples/with-electron-typescript/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "main": "main/index.js", "productName": "ElectronTypescriptNext", "scripts": { diff --git a/examples/with-emotion-vanilla/package.json b/examples/with-emotion-vanilla/package.json index 781753a46ef53..3a0c6ed052b40 100644 --- a/examples/with-emotion-vanilla/package.json +++ b/examples/with-emotion-vanilla/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-emotion/package.json b/examples/with-emotion/package.json index d6339fac86d0a..2cad72a466819 100644 --- a/examples/with-emotion/package.json +++ b/examples/with-emotion/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-eslint/package.json b/examples/with-eslint/package.json index bded6aa3fd321..e9eab360f8b63 100644 --- a/examples/with-eslint/package.json +++ b/examples/with-eslint/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-filbert/package.json b/examples/with-filbert/package.json index 285ab383e6350..c433f115378e0 100644 --- a/examples/with-filbert/package.json +++ b/examples/with-filbert/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-flow/package.json b/examples/with-flow/package.json index 1fdb75dffa4d6..1ed3d729187ef 100644 --- a/examples/with-flow/package.json +++ b/examples/with-flow/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-goober/package.json b/examples/with-goober/package.json index 258cb91698eca..8793b454ca5b9 100644 --- a/examples/with-goober/package.json +++ b/examples/with-goober/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-graphql-hooks/package.json b/examples/with-graphql-hooks/package.json index e1926f35dd043..0bab4c50b1b40 100644 --- a/examples/with-graphql-hooks/package.json +++ b/examples/with-graphql-hooks/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-graphql-react/package.json b/examples/with-graphql-react/package.json index e0fe5e682109b..6dd8256ed3f0e 100644 --- a/examples/with-graphql-react/package.json +++ b/examples/with-graphql-react/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "dependencies": { "graphql-react": "^11.0.1", "next": "latest", diff --git a/examples/with-hls-js/package.json b/examples/with-hls-js/package.json index 7878b06967297..1287718635c8f 100644 --- a/examples/with-hls-js/package.json +++ b/examples/with-hls-js/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-joi/package.json b/examples/with-joi/package.json index 17351f5007d3d..e2fe1fb18512e 100644 --- a/examples/with-joi/package.json +++ b/examples/with-joi/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-kea/package.json b/examples/with-kea/package.json index d598b688df2b3..076174ae834d4 100644 --- a/examples/with-kea/package.json +++ b/examples/with-kea/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-lingui/package.json b/examples/with-lingui/package.json index 0da425bf04714..332582bef0dca 100644 --- a/examples/with-lingui/package.json +++ b/examples/with-lingui/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-mobx/package.json b/examples/with-mobx/package.json index 614bf2469e906..3d717ec19a795 100644 --- a/examples/with-mobx/package.json +++ b/examples/with-mobx/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-msw/package.json b/examples/with-msw/package.json index d10c61fe0b66c..f7048169571ac 100644 --- a/examples/with-msw/package.json +++ b/examples/with-msw/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-mux-video/package.json b/examples/with-mux-video/package.json index 05286455b2684..cc8509b82eaed 100644 --- a/examples/with-mux-video/package.json +++ b/examples/with-mux-video/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-neo4j/package.json b/examples/with-neo4j/package.json index 70d25d0cd9f60..cfdf0fce299e5 100644 --- a/examples/with-neo4j/package.json +++ b/examples/with-neo4j/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-netlify-cms/package.json b/examples/with-netlify-cms/package.json index 6ac35755e974c..c0f182ec93456 100644 --- a/examples/with-netlify-cms/package.json +++ b/examples/with-netlify-cms/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-next-sitemap/package.json b/examples/with-next-sitemap/package.json index 97640a8298cb5..f538893148dc6 100644 --- a/examples/with-next-sitemap/package.json +++ b/examples/with-next-sitemap/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-nhost-auth-realtime-graphql/package.json b/examples/with-nhost-auth-realtime-graphql/package.json index 454d5f88b3275..37c880eb57862 100644 --- a/examples/with-nhost-auth-realtime-graphql/package.json +++ b/examples/with-nhost-auth-realtime-graphql/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-overmind/package.json b/examples/with-overmind/package.json index 019ff2bfcb92d..b89a1ef11c42a 100644 --- a/examples/with-overmind/package.json +++ b/examples/with-overmind/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next -p 1234", "build": "next build", diff --git a/examples/with-quill-js/package.json b/examples/with-quill-js/package.json index c4ff53db949e6..0ca34a36fe744 100644 --- a/examples/with-quill-js/package.json +++ b/examples/with-quill-js/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-react-bootstrap/package.json b/examples/with-react-bootstrap/package.json index 621566b0c6d8b..7d758f273b395 100644 --- a/examples/with-react-bootstrap/package.json +++ b/examples/with-react-bootstrap/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-react-helmet/package.json b/examples/with-react-helmet/package.json index 41dbdaeea7700..d15c3b6f76360 100644 --- a/examples/with-react-helmet/package.json +++ b/examples/with-react-helmet/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-react-intl/package.json b/examples/with-react-intl/package.json index 4567432f17cd9..f90e329093b11 100644 --- a/examples/with-react-intl/package.json +++ b/examples/with-react-intl/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "cross-env NODE_ICU_DATA=node_modules/full-icu ts-node --project tsconfig.server.json server.ts", "dev-no-custom-server": "next dev", diff --git a/examples/with-react-md-typescript/package.json b/examples/with-react-md-typescript/package.json index 0af9985579eae..393859672d189 100644 --- a/examples/with-react-md-typescript/package.json +++ b/examples/with-react-md-typescript/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-react-md/package.json b/examples/with-react-md/package.json index 32b71fcd74a1c..9e89a71347bf1 100644 --- a/examples/with-react-md/package.json +++ b/examples/with-react-md/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-react-multi-carousel/package.json b/examples/with-react-multi-carousel/package.json index 8d63c7bc92ff8..4ee0bd2965a3e 100644 --- a/examples/with-react-multi-carousel/package.json +++ b/examples/with-react-multi-carousel/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-reason-relay/package.json b/examples/with-reason-relay/package.json index e6a95655c0804..c840e97b28324 100644 --- a/examples/with-reason-relay/package.json +++ b/examples/with-reason-relay/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "bsb -make-world", diff --git a/examples/with-reasonml-todo/package.json b/examples/with-reasonml-todo/package.json index 42eb847d8a24a..d78a5cf98167f 100644 --- a/examples/with-reasonml-todo/package.json +++ b/examples/with-reasonml-todo/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "concurrently \"bsb -clean-world -make-world -w\" \"next dev\"", "dev:reason": "bsb -clean-world -make-world -w", diff --git a/examples/with-reasonml/package.json b/examples/with-reasonml/package.json index 16c04dca1f2ea..3b62e2635c3a8 100644 --- a/examples/with-reasonml/package.json +++ b/examples/with-reasonml/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "concurrently \"bsb -clean-world -make-world -w\" \"next dev\"", "dev:reason": "bsb -clean-world -make-world -w", diff --git a/examples/with-redis/package.json b/examples/with-redis/package.json index 50392f494d277..3323648bba829 100644 --- a/examples/with-redis/package.json +++ b/examples/with-redis/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-redux-saga/package.json b/examples/with-redux-saga/package.json index cbb626e0ffd79..7cc5cfb738e91 100644 --- a/examples/with-redux-saga/package.json +++ b/examples/with-redux-saga/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-redux-toolkit-typescript/package.json b/examples/with-redux-toolkit-typescript/package.json index 8bf5929b323e2..8f1f5cb350b94 100644 --- a/examples/with-redux-toolkit-typescript/package.json +++ b/examples/with-redux-toolkit-typescript/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-reflexjs/package.json b/examples/with-reflexjs/package.json index fa9312dcb2a12..27813e0137634 100644 --- a/examples/with-reflexjs/package.json +++ b/examples/with-reflexjs/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-relay-modern/package.json b/examples/with-relay-modern/package.json index 909ab964d582a..4f3232f9014a4 100644 --- a/examples/with-relay-modern/package.json +++ b/examples/with-relay-modern/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-sentry/package.json b/examples/with-sentry/package.json index 9dd3365dea05e..5f17a1b53418e 100644 --- a/examples/with-sentry/package.json +++ b/examples/with-sentry/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-storybook-styled-jsx-scss/package.json b/examples/with-storybook-styled-jsx-scss/package.json index 95b877526bbe5..4cdb06be7859a 100644 --- a/examples/with-storybook-styled-jsx-scss/package.json +++ b/examples/with-storybook-styled-jsx-scss/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-storybook/package.json b/examples/with-storybook/package.json index bf40f5fb76fbc..80ca9c6092676 100644 --- a/examples/with-storybook/package.json +++ b/examples/with-storybook/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-stripe-typescript/package.json b/examples/with-stripe-typescript/package.json index f9ceba5b786f3..77b1879472a8f 100644 --- a/examples/with-stripe-typescript/package.json +++ b/examples/with-stripe-typescript/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-styled-jsx-plugins/package.json b/examples/with-styled-jsx-plugins/package.json index 27b7c4ec1ccb1..279f133f0bed9 100644 --- a/examples/with-styled-jsx-plugins/package.json +++ b/examples/with-styled-jsx-plugins/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build", diff --git a/examples/with-supertokens/package.json b/examples/with-supertokens/package.json index 3ae7ed4694782..c67066463a531 100644 --- a/examples/with-supertokens/package.json +++ b/examples/with-supertokens/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 41ce16c18d42f..d30b715d4d097 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-typescript-eslint-jest/package.json b/examples/with-typescript-eslint-jest/package.json index 6851983a1d82d..60f5e167c9e45 100644 --- a/examples/with-typescript-eslint-jest/package.json +++ b/examples/with-typescript-eslint-jest/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-typescript-graphql/package.json b/examples/with-typescript-graphql/package.json index 6a7592a1501d9..6d106caf80812 100644 --- a/examples/with-typescript-graphql/package.json +++ b/examples/with-typescript-graphql/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "codegen": "graphql-let", "dev": "yarn codegen && next", diff --git a/examples/with-unsplash/package.json b/examples/with-unsplash/package.json index ae59dfd53429d..760fffc5773a5 100644 --- a/examples/with-unsplash/package.json +++ b/examples/with-unsplash/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next dev", "build": "next build", diff --git a/examples/with-why-did-you-render/package.json b/examples/with-why-did-you-render/package.json index c81da19d59628..61c9f0f349031 100644 --- a/examples/with-why-did-you-render/package.json +++ b/examples/with-why-did-you-render/package.json @@ -1,6 +1,5 @@ { "private": true, - "license": "MIT", "scripts": { "dev": "next", "build": "next build",