Skip to content

Commit

Permalink
Remove licence from all example/package.json that has them (verce…
Browse files Browse the repository at this point in the history
…l#28007)

* Add licences to all example/package.json that lack them

* Revert "Add licences to all example/package.json that lack them"

This reverts commit 5d4e250.

* Update check-examples to remove `license` field from examples

* Remove `license` from all examples.

This was mentioned in vercel#27121 but it looks like it didn't end up being in the merge?

Co-authored-by: JJ Kasper <[email protected]>
  • Loading branch information
oBusk and ijjk authored Aug 14, 2021
1 parent c3dcc96 commit 077097b
Show file tree
Hide file tree
Showing 190 changed files with 189 additions and 378 deletions.
3 changes: 1 addition & 2 deletions examples/active-class-name/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/amp-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/amp-story/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/amp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/analyze-bundles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
},
"devDependencies": {
"serve": "^11.3.2"
},
"license": "MIT"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"uuid": "8.1.0"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/api-routes-apollo-server-and-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
"prop-types": "^15.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/api-routes-apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/api-routes-cors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/api-routes-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "^0.5.6"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/api-routes-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "0.1.18"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/api-routes-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "^0.1.18"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/api-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "0.1.18"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/basic-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/basic-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/blog-starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@
"autoprefixer": "^10.2.5",
"postcss": "^8.3.0",
"tailwindcss": "^2.1.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/blog-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
"autoprefixer": "^10.2.1",
"postcss": "^8.2.4",
"tailwindcss": "^2.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-agilitycms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-buttercms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
"contentful-import": "^7.8.7",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-cosmic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-datocms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-drupal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-ghost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-graphcms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-kontent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-prepr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-prismic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-storyblok/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-takeshape/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/cms-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/custom-routes-proxying/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/custom-server-actionhero/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
},
"scripts": {
"start": "actionhero start"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/custom-server-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/custom-server-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/custom-server-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/custom-server-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/custom-server-polka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
"polka": "0.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/custom-server-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
"nodemon": "^2.0.4",
"ts-node": "^8.10.2",
"typescript": "4.0"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/data-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/environment-variables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/fast-refresh-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/head-elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/i18n-routing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/image-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
3 changes: 1 addition & 2 deletions examples/layout-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"license": "MIT"
}
}
Loading

0 comments on commit 077097b

Please sign in to comment.