mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
Clean dependencies (#61)
* Remove unused dev dependencies * Remove codecov.io as dependency and from README Unused at the moment, and that dependency is not the modern way to use codecov.io in a JS project.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# ripple-keypairs [](https://npmjs.org/package/ripple-keypairs) [](https://travis-ci.org/ripple/ripple-keypairs) [](http://codecov.io/github/ripple/ripple-keypairs?branch=master)
|
# ripple-keypairs [](https://npmjs.org/package/ripple-keypairs) [](https://travis-ci.org/ripple/ripple-keypairs)
|
||||||
|
|
||||||
An implementation of ripple keypairs & wallet generation using
|
An implementation of ripple keypairs & wallet generation using
|
||||||
[elliptic](https://github.com/indutny/elliptic) which supports rfc6979 and
|
[elliptic](https://github.com/indutny/elliptic) which supports rfc6979 and
|
||||||
|
|||||||
@@ -20,19 +20,13 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^13.1.5",
|
"@types/node": "^13.1.5",
|
||||||
"assert-diff": "^1.0.1",
|
|
||||||
"babel": "^5.8.20",
|
"babel": "^5.8.20",
|
||||||
"babel-core": "^5.8.20",
|
"babel-core": "^5.8.20",
|
||||||
"babel-eslint": "^6.0.0",
|
"babel-eslint": "^6.0.0",
|
||||||
"babel-loader": "^5.3.2",
|
"babel-loader": "^5.3.2",
|
||||||
"codecov.io": "^0.1.6",
|
|
||||||
"coveralls": "~2.11.4",
|
|
||||||
"eslint": "6.8.0",
|
"eslint": "6.8.0",
|
||||||
"eventemitter2": "^0.4.14",
|
|
||||||
"istanbul": "~0.3.5",
|
"istanbul": "~0.3.5",
|
||||||
"map-stream": "~0.1.0",
|
|
||||||
"mocha": "~2.3.3",
|
"mocha": "~2.3.3",
|
||||||
"nock": "^2.13.0",
|
|
||||||
"tslint": "^5.11.0",
|
"tslint": "^5.11.0",
|
||||||
"tslint-eslint-rules": "^5.4.0",
|
"tslint-eslint-rules": "^5.4.0",
|
||||||
"typescript": "^3.1.3"
|
"typescript": "^3.1.3"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user