fix all errors resulting from running 'npx lerna bootstrap', hoist github actions to top, hoist vscode config to top

This commit is contained in:
Greg Weisbrod
2021-11-07 18:13:47 -05:00
parent 1106ad1405
commit 99c817ca8a
34 changed files with 15138 additions and 15703 deletions

View File

@@ -3,11 +3,11 @@
"version": "1.0.3",
"description": "Cryptographic key pairs for the XRP Ledger",
"scripts": {
"compile": "tsc",
"test": "tsc && nyc mocha",
"build": "tsc -b",
"test": "tsc -b && nyc mocha",
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
"lint": "eslint . --ext .ts --fix",
"prepublish": "npm run lint && npm test",
"coverage": "nyc --reporter=lcov mocha && codecov"
"prepublish": "npm run lint && npm test"
},
"files": [
"dist/*"
@@ -28,7 +28,6 @@
"@types/node": "^16.4.3",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.16.0",
"codecov": "^3.6.2",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-airbnb-typescript": "^7.0.0",
@@ -45,7 +44,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/ripple/ripple-keypairs.git"
"url": "git@github.com:XRPLF/xrpl.js.git"
},
"license": "ISC",
"engines": {