Skip to content

Commit a6ac670

Browse files
committed
Add missed license field to package.json
1 parent 592c6eb commit a6ac670

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

.changeset/mean-grapes-behave.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@withease/factories': patch
3+
'@withease/i18next': patch
4+
'@withease/redux': patch
5+
'@withease/web-api': patch
6+
---
7+
8+
Add missed license field to package.json

packages/factories/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@withease/factories",
33
"version": "1.0.3",
4+
"license": "MIT",
45
"type": "commonjs"
56
}

packages/i18next/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@withease/i18next",
33
"version": "23.2.0",
4+
"license": "MIT",
45
"type": "commonjs",
56
"peerDependencies": {
67
"effector": "^22.5.0 || ^23.0.0",

packages/redux/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@withease/redux",
33
"version": "1.1.0",
4+
"license": "MIT",
45
"type": "commonjs",
56
"peerDependencies": {
67
"effector": "^22.8.8 || ^23.0.0",

packages/web-api/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@withease/web-api",
33
"version": "1.2.1",
4+
"license": "MIT",
45
"type": "commonjs",
56
"peerDependencies": {
67
"effector": "^22.5.0 || ^23.0.0"

0 commit comments

Comments
 (0)