Skip to content

Commit

Permalink
Fix to use Apache2 and author information
Browse files Browse the repository at this point in the history
  • Loading branch information
Qs-F committed May 6, 2024
1 parent 3aedfe4 commit 2718cd5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"url": "git+https://github.com/4-design/for-ui.git"
},
"homepage": "https://github.com/4-design/for-ui",
"author": "locona <miyamae@youx.co.jp>",
"license": "MIT",
"author": "3-shake, Inc.",
"license": ""Apache-2.0",
"private": true,
"workspaces": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"url": "4-design/for-ui",
"directory": "packages/eslint-config"
},
"author": "locona (https://github.com/locona)",
"license": "MIT",
"author": "3-shake, Inc.",
"license": "Apache-2.0",
"exports": {
".": "./src/index.cjs",
"./*": "./src/*.cjs"
Expand Down
4 changes: 2 additions & 2 deletions packages/for-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"url": "git+https://github.com/4-design/for-ui.git"
},
"homepage": "https://github.com/4-design/for-ui",
"author": "locona <miyamae@youx.co.jp>",
"license": "MIT",
"author": "3-shake, Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=14.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"url": "4-design/for-ui",
"directory": "packages/prettier-config"
},
"author": "locona (https://github.com/locona)",
"license": "MIT",
"author": "3-shake, Inc.",
"license": "Apache-2.0",
"exports": {
".": "./src/index.cjs"
},
Expand Down

0 comments on commit 2718cd5

Please sign in to comment.