|
21 | 21 | "scripts": { |
22 | 22 | "---------- HELPERS -----------------------------------------": "", |
23 | 23 | "clean": "rimraf dist", |
24 | | - "type-check": "tsc --noEmit", |
25 | | - "type-check:watch": "npm run type-check -- --watch", |
| 24 | + "ts": "tsc --noEmit", |
| 25 | + "ts:watch": "npm run ts -- --watch", |
26 | 26 | "build:types": "tsc --emitDeclarationOnly", |
27 | 27 | "prettier": "npx prettier --write \"./**/*.{ts,tsx,js,jsx,json,md}\"", |
28 | 28 | "---------- DEVELOPMENT -------------------------------------": "", |
|
31 | 31 | "---------- PRODUCTION --------------------------------------": "", |
32 | 32 | "docs": "typedoc --out ./docs ./src --mode file --tsconfig ./tsconfig.json", |
33 | 33 | "postdocs": "prettier --write './docs/**/*'", |
34 | | - "prebuild": "npm run type-check && npm run clean && npm run build:types", |
| 34 | + "prebuild": "npm run ts && npm run clean && npm run build:types", |
35 | 35 | "build": "rollup -c", |
36 | 36 | "---------- TESTING -----------------------------------------": "", |
37 | 37 | "test": "npm run lint && npm run unit", |
|
73 | 73 | "@types/replace-string": "3.0.0", |
74 | 74 | "@types/through2": "2.0.34", |
75 | 75 | "husky": "4.2.3", |
76 | | - "jest": "25.1.0", |
77 | | - "prettier": "2.0.1", |
| 76 | + "jest": "25.2.3", |
| 77 | + "prettier": "2.0.2", |
78 | 78 | "pretty-quick": "2.0.1", |
79 | 79 | "rimraf": "3.0.2", |
80 | | - "rollup": "2.1.0", |
| 80 | + "rollup": "2.2.0", |
81 | 81 | "rollup-plugin-babel": "4.4.0", |
82 | 82 | "rollup-plugin-commonjs": "10.1.0", |
83 | 83 | "rollup-plugin-node-resolve": "5.2.0", |
|
0 commit comments