Skip to content

Commit

Permalink
chore: add MIT license (#432)
Browse files Browse the repository at this point in the history
Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
  • Loading branch information
MichaelDeBoey and kentcdodds committed Nov 30, 2021
1 parent 0d49af7 commit 9844a78
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"private": true,
"name": "remix-monorepo",
"license": "MIT",
"scripts": {
"clean": "git clean -fdX .",
"build": "rollup -c && tsc -b",
Expand Down
1 change: 1 addition & 0 deletions packages/create-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.6",
"description": "Create a new Remix app",
"homepage": "https://remix.run",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/remix-run/remix",
Expand Down
1 change: 1 addition & 0 deletions packages/remix-architect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@remix-run/architect",
"description": "Architect server request handler for Remix",
"version": "1.0.6",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/remix-run/remix",
Expand Down
1 change: 1 addition & 0 deletions packages/remix-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@remix-run/cloudflare-workers",
"description": "Cloudflare worker request handler for Remix",
"version": "1.0.6",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/remix-run/remix",
Expand Down
1 change: 1 addition & 0 deletions packages/remix-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@remix-run/dev",
"description": "Dev tools and CLI for Remix",
"version": "1.0.6",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/remix-run/remix",
Expand Down
1 change: 1 addition & 0 deletions packages/remix-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@remix-run/express",
"description": "Express server request handler for Remix",
"version": "1.0.6",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/remix-run/remix",
Expand Down
1 change: 1 addition & 0 deletions packages/remix-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@remix-run/netlify",
"description": "Netlify server request handler for Remix",
"version": "1.0.6",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/remix-run/remix",
Expand Down
1 change: 1 addition & 0 deletions packages/remix-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@remix-run/node",
"description": "Node.js platform abstractions for Remix",
"version": "1.0.6",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/remix-run/remix",
Expand Down
1 change: 1 addition & 0 deletions packages/remix-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@remix-run/react",
"description": "React DOM bindings for Remix",
"version": "1.0.6",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/remix-run/remix",
Expand Down
1 change: 1 addition & 0 deletions packages/remix-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@remix-run/serve",
"description": "Production application server for Remix",
"version": "1.0.6",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/remix-run/remix",
Expand Down
1 change: 1 addition & 0 deletions packages/remix-server-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@remix-run/server-runtime",
"description": "Server runtime for Remix",
"version": "1.0.6",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/remix-run/remix",
Expand Down
1 change: 1 addition & 0 deletions packages/remix-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@remix-run/vercel",
"description": "Vercel server request handler for Remix",
"version": "1.0.6",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/remix-run/remix",
Expand Down
1 change: 1 addition & 0 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "A framework for building better websites",
"version": "1.0.6",
"homepage": "https://remix.run",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/remix-run/remix",
Expand Down

0 comments on commit 9844a78

Please sign in to comment.