|
8 | 8 | "dist" |
9 | 9 | ], |
10 | 10 | "scripts": { |
11 | | - "build": "tsc -p ./tsconfig.prod.json", |
| 11 | + "build": "ethereumjs-config-build", |
12 | 12 | "prepublishOnly": "npm run test && npm run build", |
13 | | - "coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info", |
14 | | - "coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info", |
15 | | - "format": "prettier --list-different '**/*.{ts,json,md}'", |
16 | | - "format:fix": "prettier --write '**/*.{ts,json,md}'", |
17 | | - "tslint": "tslint -p ./tsconfig.json -e node_modules/**/* -e **/node_modules/**/* -e dist/**/* **/*.ts", |
18 | | - "tslint:fix": "tslint --fix --format stylish -p ./tsconfig.json -e node_modules/**/* -e **/node_modules/**/* -e dist/**/* **/*.ts", |
19 | | - "tsc": "tsc --noEmit", |
20 | | - "lint": "npm run format && npm run tslint && npm run tsc", |
21 | | - "lint:fix": "npm run format:fix && npm run tslint:fix && npm run tsc", |
| 13 | + "coverage": "ethereumjs-config-coverage", |
| 14 | + "coveralls": "ethereumjs-config-coveralls", |
| 15 | + "format": "ethereumjs-config-format", |
| 16 | + "format:fix": "ethereumjs-config-format-fix", |
| 17 | + "tslint": "ethereumjs-config-tslint", |
| 18 | + "tslint:fix": "ethereumjs-config-tslint-fix", |
| 19 | + "tsc": "ethereumjs-config-tsc", |
| 20 | + "lint": "ethereumjs-config-lint", |
| 21 | + "lint:fix": "ethereumjs-config-lint-fix", |
22 | 22 | "unitTests": "ts-node ./node_modules/tape/bin/tape ./tests/*.ts", |
23 | 23 | "test": "npm run lint && npm run unitTests", |
24 | 24 | "test:fix": "npm run lint:fix && npm run unitTests", |
|
44 | 44 | }, |
45 | 45 | "homepage": "https://github.com/ethereumjs-ethereumjs/common", |
46 | 46 | "devDependencies": { |
47 | | - "@ethereumjs/config-nyc": "^1.0.0", |
48 | | - "@ethereumjs/config-prettier": "^1.0.1", |
49 | | - "@ethereumjs/config-tsc": "^1.0.2", |
50 | | - "@ethereumjs/config-tslint": "^1.0.0", |
| 47 | + "@ethereumjs/config-nyc": "^1.1.0", |
| 48 | + "@ethereumjs/config-prettier": "^1.1.0", |
| 49 | + "@ethereumjs/config-tsc": "^1.1.0", |
| 50 | + "@ethereumjs/config-tslint": "^1.1.0", |
51 | 51 | "@types/node": "^10.12.2", |
52 | 52 | "@types/tape": "^4.2.33", |
53 | 53 | "coveralls": "^3.0.1", |
|
0 commit comments