Skip to content

Commit

Permalink
fix: add license to package.json files (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorigam authored Mar 15, 2024
1 parent 2934e76 commit ef1048c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "vechain-dapp-kit",
"private": true,
"description": "A TypeScript library that facilitates seamless interaction between vechain wallets (veworld, sync2) and dApps.",
"license": "MIT",
"workspaces": [
"examples/*",
"packages/*",
Expand Down
1 change: 1 addition & 0 deletions packages/dapp-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"files": [
"dist",
"package.json",
Expand Down

0 comments on commit ef1048c

Please sign in to comment.