Skip to content

Commit

Permalink
Merge pull request #145 from secundant/fix-std-license
Browse files Browse the repository at this point in the history
Add missed license
  • Loading branch information
secundant authored May 21, 2024
2 parents fc04328 + 3a04a35 commit 5f74733
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/beige-geckos-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@neodx/autobuild': patch
'@neodx/pkg-misc': patch
'@neodx/std': patch
'@neodx/fs': patch
---

Add missed license
1 change: 1 addition & 0 deletions libs/autobuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "0.2.0",
"type": "module",
"bin": "bin.mjs",
"license": "MIT",
"files": [
"dist",
"bin.mjs",
Expand Down
1 change: 1 addition & 0 deletions libs/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"module": "./dist/index.mjs",
"source": "src/index.ts",
"sideEffects": false,
"license": "MIT",
"files": [
"dist",
"README.md",
Expand Down
1 change: 1 addition & 0 deletions libs/pkg-misc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"README.md",
"package.json"
],
"license": "MIT",
"scripts": {
"typecheck": "tsc --noEmit",
"build": "autobuild",
Expand Down
1 change: 1 addition & 0 deletions libs/std/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"source": "src/index.ts",
"license": "MIT",
"sideEffects": false,
"files": [
"dist",
Expand Down

0 comments on commit 5f74733

Please sign in to comment.