Skip to content

Commit 158390a

Browse files
author
Ludo Galabru
committed
fix: add dotenv to cbtc dependencies
1 parent 9c080f6 commit 158390a

File tree

2 files changed

+1808
-3858
lines changed

2 files changed

+1808
-3858
lines changed

examples/cbtc/serverless/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
"typescript": "^4.7.2"
1010
},
1111
"dependencies": {
12+
"@hirosystems/orchestra-types": "^1.0.1-beta.1",
1213
"@stacks/network": "^4.2.1",
1314
"@stacks/transactions": "^4.2.1",
14-
"@hirosystems/orchestra-types": "^1.0.1-beta.1",
15-
"bitcore-lib": "^8.25.28"
15+
"bitcore-lib": "^8.25.28",
16+
"dotenv": "^16.0.1"
1617
}
1718
}

0 commit comments

Comments
 (0)