mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
release: ripple-keypairs 1.0.3
This commit is contained in:
@@ -1,7 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "ripple-keypairs",
|
"name": "ripple-keypairs",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Cryptographic key pairs for the XRP Ledger",
|
"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": [
|
"files": [
|
||||||
"dist/*"
|
"dist/*"
|
||||||
],
|
],
|
||||||
@@ -36,13 +43,6 @@
|
|||||||
"ts-node": "^9.0.0",
|
"ts-node": "^9.0.0",
|
||||||
"typescript": "^4.0.3"
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/ripple/ripple-keypairs.git"
|
"url": "git://github.com/ripple/ripple-keypairs.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user