MIT license

This commit is contained in:
Mark Spanbroek 2021-11-08 16:03:32 +01:00
parent 2277fd1366
commit 0c0ee0fad6
2 changed files with 3 additions and 0 deletions

1
package-lock.json generated
View File

@ -1,4 +1,5 @@
{
"name": "dagger-contracts",
"requires": true,
"lockfileVersion": 1,
"dependencies": {

View File

@ -1,4 +1,6 @@
{
"name": "dagger-contracts",
"license": "MIT",
"scripts": {
"test": "hardhat test"
},