Skip to content

Commit 5e11c04

Browse files
committed
WIP
Signed-off-by: Matt Rice <[email protected]>
1 parent 35d9bec commit 5e11c04

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"name": "@across-protocol/contracts-v2",
33
"version": "0.0.5",
4-
"main": "index.js",
54
"author": "UMA Team",
65
"license": "AGPL-3.0",
76
"repository": {
87
"type": "git",
98
"url": "git+https://github.com/across-protocol/across-smart-contracts-v2.git"
109
},
10+
"files": [
11+
"/contracts/**/*.sol",
12+
"/artifacts/**/*",
13+
"/dist/**/*"
14+
],
15+
"types": "dist/index.d.ts",
16+
"main": "dist/index.js",
1117
"scripts": {
1218
"lint": "yarn prettier --list-different",
1319
"lint-fix": "yarn prettier --write",

0 commit comments

Comments
 (0)