Skip to content

Commit 378f50a

Browse files
author
sam bacha
authored
release: 0.2.0
1 parent e599f4e commit 378f50a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "solidity-hardhat-template",
2+
"name": "@as2network/did-registry",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "0.2.0",
55
"description": "typescript hardhat base with conformant linting",
66
"files": [
77
"/contracts/**/*.sol",
88
"/build/contracts/*.json",
99
"!/contracts/mocks/**/*"
1010
],
1111
"scripts": {
12-
"build": "npx tsc -b",
13-
"compile": "npx hardhat compile",
12+
"tsc": "npx tsc -b",
13+
"build": "npx hardhat compile",
1414
"coverage": "npx hardhat coverage",
1515
"test": "npx hardhat test",
1616
"lint": "npx gts lint",
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "git+https://github.com/sambacha/solidity-hardhat-template.git"
23+
"url": "git+https://github.com/as2network/did-registry.git"
2424
},
2525
"keywords": [
2626
"solidity",
@@ -31,9 +31,9 @@
3131
"author": "SEE CONTRIBUTORS",
3232
"license": "SEE LICENSE IN LICENSE",
3333
"bugs": {
34-
"url": "https://github.com/sambacha/solidity-hardhat-template/issues"
34+
"url": "https://github.com/as2network/did-registry/issues"
3535
},
36-
"homepage": "https://github.com/sambacha/solidity-hardhat-template#readme",
36+
"homepage": "https://github.com/as2network/did-registry#readme",
3737
"devDependencies": {
3838
"@nomiclabs/hardhat-ethers": "2.0.2",
3939
"@nomiclabs/hardhat-truffle5": "^2.0.0",

0 commit comments

Comments
 (0)