Skip to content

Commit 5f74733

Browse files
authored
Merge pull request #145 from secundant/fix-std-license
Add missed license
2 parents fc04328 + 3a04a35 commit 5f74733

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

.changeset/beige-geckos-nail.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@neodx/autobuild': patch
3+
'@neodx/pkg-misc': patch
4+
'@neodx/std': patch
5+
'@neodx/fs': patch
6+
---
7+
8+
Add missed license

libs/autobuild/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "0.2.0",
55
"type": "module",
66
"bin": "bin.mjs",
7+
"license": "MIT",
78
"files": [
89
"dist",
910
"bin.mjs",

libs/fs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"module": "./dist/index.mjs",
99
"source": "src/index.ts",
1010
"sideEffects": false,
11+
"license": "MIT",
1112
"files": [
1213
"dist",
1314
"README.md",

libs/pkg-misc/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"README.md",
1414
"package.json"
1515
],
16+
"license": "MIT",
1617
"scripts": {
1718
"typecheck": "tsc --noEmit",
1819
"build": "autobuild",

libs/std/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"types": "./dist/index.d.ts",
88
"module": "./dist/index.mjs",
99
"source": "src/index.ts",
10+
"license": "MIT",
1011
"sideEffects": false,
1112
"files": [
1213
"dist",

0 commit comments

Comments
 (0)