We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290537b commit 7797810Copy full SHA for 7797810
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@unioncredit/union-v1-sdk",
3
"version": "1.0.0",
4
- "description": "",
+ "description": "A library to help developers to easily build their own contracts to interact with Union protocol.",
5
"scripts": {
6
"compile": "yarn hardhat compile",
7
"test": "yarn hardhat test"
@@ -11,7 +11,7 @@
11
"url": "git+https://github.com/unioncredit/union-v1-sdk.git"
12
},
13
"author": "twygod <twygod@gmail.com>",
14
- "license": "UNLICENSED",
+ "license": "MIT",
15
"dependencies": {
16
"@nomiclabs/hardhat-ethers": "^2.0.5",
17
"@nomiclabs/hardhat-waffle": "^2.0.3",
0 commit comments