Skip to content

Commit 03999bf

Browse files
committed
normalize package.json repository
1 parent 964373d commit 03999bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"description": "Solidity AST schema and type definitions",
55
"author": "Francisco Giordano <[email protected]>",
66
"homepage": "https://solidity-ast.info/",
7-
"repository": "github:OpenZeppelin/solidity-ast",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/OpenZeppelin/solidity-ast.git"
10+
},
811
"types": "types.d.ts",
912
"files": [
1013
"/finder.json",

0 commit comments

Comments
 (0)