Skip to content

Commit

Permalink
license update
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Oct 14, 2023
1 parent 3862e42 commit 031cc00
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"main": "dist/node/index.cjs",
"module": "dist/node/index.js",
"types": "dist/node/index.d.ts",
"license": "LGPL-3.0",
"license": "LGPL-3.0-only",
"packageManager": "[email protected]",
"workspaces": [
"packages/*"
Expand All @@ -69,4 +69,4 @@
},
"sideEffects": false,
"type": "module"
}
}
4 changes: 2 additions & 2 deletions packages/ethers-wrappers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"main": "dist/node/index.cjs",
"module": "dist/node/index.js",
"types": "dist/node/index.d.ts",
"license": "LGPL-3.0",
"license": "LGPL-3.0-only",
"dependencies": {
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
Expand All @@ -62,4 +62,4 @@
"sideEffects": false,
"packageManager": "[email protected]",
"type": "module"
}
}
4 changes: 2 additions & 2 deletions packages/geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"main": "dist/node/index.cjs",
"module": "dist/node/index.js",
"types": "dist/node/index.d.ts",
"license": "LGPL-3.0",
"license": "LGPL-3.0-only",
"dependencies": {
"geojson": "^0.5.0",
"mapbox-gl": "^2.15.0"
Expand All @@ -56,4 +56,4 @@
"sideEffects": false,
"packageManager": "[email protected]",
"type": "module"
}
}
4 changes: 2 additions & 2 deletions packages/meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"main": "dist/node/index.cjs",
"module": "dist/node/index.js",
"types": "dist/node/index.d.ts",
"license": "LGPL-3.0",
"license": "LGPL-3.0-only",
"dependencies": {
"cheerio": "^1.0.0-rc.12"
},
Expand All @@ -55,4 +55,4 @@
"sideEffects": false,
"packageManager": "[email protected]",
"type": "module"
}
}

0 comments on commit 031cc00

Please sign in to comment.