Skip to content

Commit

Permalink
Feat/update license (#46)
Browse files Browse the repository at this point in the history
* fix(all): npm publish command

Signed-off-by: Roy <[email protected]>

* feat: update license

Signed-off-by: Roy Scheeren <[email protected]>

---------

Signed-off-by: Roy <[email protected]>
Signed-off-by: Roy Scheeren <[email protected]>
  • Loading branch information
royscheeren authored Dec 11, 2023
1 parent 3efc457 commit 4a99e3c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/acq/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "@siwt/acq",
"version": "0.0.5"
"version": "0.0.6",
"license": "MIT"
}
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "@siwt/core",
"version": "0.0.5"
"version": "0.0.6",
"license": "MIT"
}
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@siwt/react",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
3 changes: 2 additions & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "@siwt/sdk",
"version": "0.0.5"
"version": "0.0.6",
"license": "MIT"
}

0 comments on commit 4a99e3c

Please sign in to comment.