Skip to content

Commit af6fa3a

Browse files
add repo information in package.json
1 parent cfceaa4 commit af6fa3a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<a href="https://discord.gg/thirdweb"><img alt="Join our Discord!" src="https://img.shields.io/discord/834227967404146718.svg?color=7289da&label=discord&logo=discord&style=flat"/></a>
1111

1212
</p>
13-
<p align="center"><strong>Collection of smart contracts deployable via thirdweb dashboard and CLI</strong></p>
13+
<p align="center"><strong>Collection of smart contracts deployable via the thirdweb SDK, dashboard and CLI</strong></p>
1414
<br />
1515

1616
## Installation

contracts/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
22
"name": "@thirdweb-dev/contracts",
3-
"description": "",
3+
"description": "Collection of smart contracts deployable via the thirdweb SDK, dashboard and CLI",
44
"version": "2.3.2",
55
"license": "Apache-2.0",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/thirdweb-dev/contracts.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/thirdweb-dev/contracts/issues"
12+
},
13+
"author": "thirdweb engineering <[email protected]>",
14+
"homepage": "https://thirdweb.com",
615
"dependencies": {},
716
"files": [
817
"**/*.sol",

0 commit comments

Comments
 (0)