Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add MIT license #432

Merged
merged 2 commits into from
Nov 29, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5",
"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.5",
"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.5",
"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.5",
"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.5",
"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.5",
"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.5",
"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.5",
"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.5",
"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.5",
"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.5",
"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.5",
"homepage": "https://remix.run",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/remix-run/remix",
Expand Down