Skip to content

Commit d5ac542

Browse files
chore(enhanced): add license property to package.json (#2589)
Co-authored-by: Zack Jackson <[email protected]>
1 parent 19e8393 commit d5ac542

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/lazy-bees-act.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@module-federation/enhanced': patch
3+
---
4+
5+
Add license property to the package.json of module-federation/enhanced

packages/enhanced/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dist/",
99
"README.md"
1010
],
11+
"license": "MIT",
1112
"publishConfig": {
1213
"access": "public"
1314
},

0 commit comments

Comments
 (0)