Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rice <[email protected]>
  • Loading branch information
mrice32 committed Mar 7, 2022
1 parent 35d9bec commit 5e11c04
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"name": "@across-protocol/contracts-v2",
"version": "0.0.5",
"main": "index.js",
"author": "UMA Team",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/across-protocol/across-smart-contracts-v2.git"
},
"files": [
"/contracts/**/*.sol",
"/artifacts/**/*",
"/dist/**/*"
],
"types": "dist/index.d.ts",
"main": "dist/index.js",
"scripts": {
"lint": "yarn prettier --list-different",
"lint-fix": "yarn prettier --write",
Expand Down

0 comments on commit 5e11c04

Please sign in to comment.