-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #705 from ArtBlocks/curated-contract
render.com deployment fixes
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
20.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
"version": "1.0.0", | ||
"description": "A bot to provide info for artblocks", | ||
"main": "index.js", | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"start": "ts-node src/index.ts", | ||
"dev": "yarn start", | ||
|
@@ -21,10 +20,11 @@ | |
"crypto", | ||
"eth" | ||
], | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": "20.x" | ||
}, | ||
"author": "duggan roberts", | ||
"author": "grant oesterling", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ardatan/aggregate-error": "^0.0.6", | ||
|