Skip to content

Commit

Permalink
Merge pull request #355 from thomasballinger/add-licenses-to-package-…
Browse files Browse the repository at this point in the history
…jsons

add "license" field to library package.json files
  • Loading branch information
nksaraf authored Sep 3, 2024
2 parents 3925cf3 + 2b526da commit 8383755
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .changeset/cool-laws-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@vinxi/devtools": patch
"@vinxi/plugin-directives": patch
"@vinxi/doc": patch
"@vinxi/openapi": patch
"@vinxi/react-server": patch
"@vinxi/react": patch
"@vinxi/server-components": patch
"@vinxi/server-functions": patch
"@vinxi/solid": patch
"vinxi": patch
---

add "license" field to library package.json files
1 change: 1 addition & 0 deletions packages/vinxi-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@vinxi/devtools",
"version": "0.2.1",
"type": "module",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/vinxi-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.4.2",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"license": "MIT",
"files": [
"*.js",
"*.cjs",
Expand Down
1 change: 1 addition & 0 deletions packages/vinxi-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"module": "doc.js",
"type": "module",
"version": "0.1.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nksaraf/vinxi.git",
Expand Down
1 change: 1 addition & 0 deletions packages/vinxi-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@vinxi/openapi",
"version": "0.2.1",
"type": "module",
"license": "MIT",
"module": "index.js",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/vinxi-react-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.2.10",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"license": "MIT",
"files": [
"*.jsx",
"invariant.js",
Expand Down
1 change: 1 addition & 0 deletions packages/vinxi-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.2.4",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"license": "MIT",
"files": [
"*.js",
"invariant.js",
Expand Down
1 change: 1 addition & 0 deletions packages/vinxi-server-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.4.2",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"license": "MIT",
"files": [
"*.js",
"*.d.ts"
Expand Down
1 change: 1 addition & 0 deletions packages/vinxi-server-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.4.2",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"license": "MIT",
"files": [
"*.js",
"*.d.ts"
Expand Down
1 change: 1 addition & 0 deletions packages/vinxi-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.2",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"license": "MIT",
"files": [
"src",
"*.jsx",
Expand Down
1 change: 1 addition & 0 deletions packages/vinxi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.4.2",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"license": "MIT",
"files": [
"bin",
"lib",
Expand Down

0 comments on commit 8383755

Please sign in to comment.