File tree Expand file tree Collapse file tree 5 files changed +12
-0
lines changed
Expand file tree Collapse file tree 5 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @neodx/autobuild ' : patch
3+ ' @neodx/pkg-misc ' : patch
4+ ' @neodx/std ' : patch
5+ ' @neodx/fs ' : patch
6+ ---
7+
8+ Add missed license
Original file line number Diff line number Diff line change 44 "version" : " 0.2.0" ,
55 "type" : " module" ,
66 "bin" : " bin.mjs" ,
7+ "license" : " MIT" ,
78 "files" : [
89 " dist" ,
910 " bin.mjs" ,
Original file line number Diff line number Diff line change 88 "module" : " ./dist/index.mjs" ,
99 "source" : " src/index.ts" ,
1010 "sideEffects" : false ,
11+ "license" : " MIT" ,
1112 "files" : [
1213 " dist" ,
1314 " README.md" ,
Original file line number Diff line number Diff line change 1313 " README.md" ,
1414 " package.json"
1515 ],
16+ "license" : " MIT" ,
1617 "scripts" : {
1718 "typecheck" : " tsc --noEmit" ,
1819 "build" : " autobuild" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments