Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Bump package and dependencies to 0.12.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowfiend committed Apr 3, 2020
1 parent 5039e95 commit f22ba26
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 142 deletions.
280 changes: 141 additions & 139 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keep-network/tbtc.js",
"version": "0.12.0-pre",
"version": "0.12.0-rc",
"type": "module",
"description": "tbtc.js provides JS bindings to the tBTC system that establishes a TBTC ERC20 token supply-pegged to BTC.",
"repository": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"author": "Antonio Salazar Cardozo <[email protected]>",
"license": "MIT",
"dependencies": {
"@keep-network/tbtc": ">0.12.0-pre <0.12.0-rc",
"@keep-network/keep-ecdsa": ">0.12.0-pre <0.12.0-rc",
"@keep-network/tbtc": ">0.12.0-rc <0.12.0",
"@keep-network/keep-ecdsa": ">0.12.0-rc <0.12.0",
"@truffle/contract": "^4.1.8",
"bcoin": "git+https://github.com/bcoin-org/bcoin.git#8851582",
"bcrypto": "^4.1.0",
Expand Down

0 comments on commit f22ba26

Please sign in to comment.