We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d9bec commit 5e11c04Copy full SHA for 5e11c04
package.json
@@ -1,13 +1,19 @@
1
{
2
"name": "@across-protocol/contracts-v2",
3
"version": "0.0.5",
4
- "main": "index.js",
5
"author": "UMA Team",
6
"license": "AGPL-3.0",
7
"repository": {
8
"type": "git",
9
"url": "git+https://github.com/across-protocol/across-smart-contracts-v2.git"
10
},
+ "files": [
11
+ "/contracts/**/*.sol",
12
+ "/artifacts/**/*",
13
+ "/dist/**/*"
14
+ ],
15
+ "types": "dist/index.d.ts",
16
+ "main": "dist/index.js",
17
"scripts": {
18
"lint": "yarn prettier --list-different",
19
"lint-fix": "yarn prettier --write",
0 commit comments