diff --git a/packages/ripple-keypairs/package.json b/packages/ripple-keypairs/package.json index 7bba49f8..cd7e2849 100644 --- a/packages/ripple-keypairs/package.json +++ b/packages/ripple-keypairs/package.json @@ -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"