Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Commit 9bc6fb9

Browse files
committed
release: ripple-keypairs 1.0.3
1 parent dcedf7c commit 9bc6fb9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "ripple-keypairs",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Cryptographic key pairs for the XRP Ledger",
5+
"scripts": {
6+
"compile": "tsc",
7+
"test": "tsc && nyc mocha",
8+
"lint": "eslint . --ext .ts --fix",
9+
"prepublish": "yarn lint && yarn test",
10+
"coverage": "nyc --reporter=lcov mocha && codecov"
11+
},
512
"files": [
613
"dist/*"
714
],
@@ -36,13 +43,6 @@
3643
"ts-node": "^9.0.0",
3744
"typescript": "^4.0.3"
3845
},
39-
"scripts": {
40-
"compile": "tsc",
41-
"test": "tsc && nyc mocha",
42-
"lint": "eslint . --ext .ts --fix",
43-
"prepublish": "yarn lint && yarn test",
44-
"coverage": "nyc --reporter=lcov mocha && codecov"
45-
},
4646
"repository": {
4747
"type": "git",
4848
"url": "git://github.com/ripple/ripple-keypairs.git"

0 commit comments

Comments
 (0)