Skip to content

Commit 0b181b6

Browse files
committed
fix: proper files and repository url
1 parent 3face1c commit 0b181b6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@
33
"version": "1.0.0",
44
"license": "MIT",
55
"author": "OpenSea Developers",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/ProjectOpenSea/seaport-js.git"
9+
},
10+
"bugs": {
11+
"url": "https://github.com/ProjectOpenSea/seaport-js/issues"
12+
},
613
"main": "lib/index.js",
14+
"files": [
15+
"lib"
16+
],
717
"scripts": {
818
"build": "hardhat compile && tsc -p tsconfig.build.json",
919
"check-types": "tsc --noEmit -p src/__tests__/tsconfig.json",

0 commit comments

Comments
 (0)