release: ripple-keypairs 1.0.3

This commit is contained in:
Elliot Lee
2021-02-22 14:08:08 -08:00
parent 4b228842df
commit 70e6976d7a

View File

@@ -1,7 +1,14 @@
{
"name": "ripple-keypairs",
"version": "1.0.2",
"version": "1.0.3",
"description": "Cryptographic key pairs for the XRP Ledger",
"scripts": {
"compile": "tsc",
"test": "tsc && nyc mocha",
"lint": "eslint . --ext .ts --fix",
"prepublish": "yarn lint && yarn test",
"coverage": "nyc --reporter=lcov mocha && codecov"
},
"files": [
"dist/*"
],
@@ -36,13 +43,6 @@
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
"scripts": {
"compile": "tsc",
"test": "tsc && nyc mocha",
"lint": "eslint . --ext .ts --fix",
"prepublish": "yarn lint && yarn test",
"coverage": "nyc --reporter=lcov mocha && codecov"
},
"repository": {
"type": "git",
"url": "git://github.com/ripple/ripple-keypairs.git"