Skip to content

Commit

Permalink
change terra.js peer dependency to ^2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
csanti committed Sep 29, 2021
1 parent acacab1 commit 79601c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mirror-protocol/mirror.js",
"version": "2.1.0",
"version": "2.1.1",
"description": "The JavaScript SDK for Mirror Protocol",
"license": "Apache-2.0",
"author": "Mirror Protocol",
Expand Down Expand Up @@ -32,7 +32,7 @@
"integration-test": "ts-node ./integration-test/index.ts"
},
"peerDependencies": {
"@terra-money/terra.js": "^2"
"@terra-money/terra.js": "^2.0.x"
},
"lint-staged": {
"./src/**/*.ts": [
Expand Down

0 comments on commit 79601c0

Please sign in to comment.