Merge pull request #118 from confio/types-bn.js-dev

Move @types/bn.js to devDependencies
This commit is contained in:
merge-when-green[bot] 2020-02-21 09:57:38 +00:00 committed by GitHub
commit 8ece4a240d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,13 +44,13 @@
"@iov/encoding": "^2.0.2",
"@iov/stream": "^2.0.2",
"@iov/utils": "^2.0.2",
"@types/bn.js": "^4.11.6",
"bn.js": "^5.1.1",
"fast-deep-equal": "^3.1.1",
"readonly-date": "^1.0.0",
"xstream": "^11.11.0"
},
"devDependencies": {
"@iov/keycontrol": "^2.0.2"
"@iov/keycontrol": "^2.0.2",
"@types/bn.js": "^4.11.6"
}
}