|
25 | 25 | "scripts": { |
26 | 26 | "bench": "bin/bench", |
27 | 27 | "commitlint": "commitlint", |
28 | | - "commitmsg": "commitlint -e $GIT_PARAMS", |
29 | 28 | "lint": "eslint .", |
30 | 29 | "lint-staged": "lint-staged", |
31 | 30 | "test": "ava && tsd" |
|
40 | 39 | "ndjson": "^1.4.0" |
41 | 40 | }, |
42 | 41 | "devDependencies": { |
43 | | - "@commitlint/cli": "^7.0.0", |
44 | | - "@commitlint/config-conventional": "^7.0.1", |
45 | | - "@types/node": "^11.13.9", |
46 | | - "ava": "^0.25.0", |
47 | | - "bops": "^0.1.1", |
48 | | - "chalk": "^2.4.1", |
49 | | - "concat-stream": "^1.4.5", |
| 42 | + "@commitlint/cli": "^7.6.1", |
| 43 | + "@commitlint/config-conventional": "^7.6.0", |
| 44 | + "@types/node": "^12.0.0", |
| 45 | + "ava": "^1.4.1", |
| 46 | + "bops": "^1.0.0", |
| 47 | + "chalk": "^2.4.2", |
| 48 | + "concat-stream": "^2.0.0", |
50 | 49 | "csv-spectrum": "^1.0.0", |
51 | | - "eslint": "^5.4.0", |
52 | | - "eslint-config-standard": "^11.0.0", |
53 | | - "eslint-plugin-import": "^2.14.0", |
54 | | - "eslint-plugin-node": "^7.0.1", |
55 | | - "eslint-plugin-promise": "^4.0.0", |
56 | | - "eslint-plugin-standard": "^3.1.0", |
57 | | - "globby": "^8.0.1", |
58 | | - "husky": "^0.14.3", |
59 | | - "lint-staged": "^7.2.0", |
60 | | - "loud-rejection": "^1.6.0", |
| 50 | + "eslint": "^5.16.0", |
| 51 | + "eslint-config-standard": "^12.0.0", |
| 52 | + "eslint-plugin-import": "^2.17.2", |
| 53 | + "eslint-plugin-node": "^9.0.1", |
| 54 | + "eslint-plugin-promise": "^4.1.1", |
| 55 | + "eslint-plugin-standard": "^4.0.0", |
| 56 | + "globby": "^9.2.0", |
| 57 | + "husky": "^2.2.0", |
| 58 | + "lint-staged": "^8.1.6", |
| 59 | + "loud-rejection": "^2.1.0", |
61 | 60 | "pre-commit": "^1.2.2", |
62 | | - "standard-version": "^4.4.0", |
63 | | - "strip-ansi": "^4.0.0", |
| 61 | + "standard-version": "^6.0.1", |
| 62 | + "strip-ansi": "^5.2.0", |
64 | 63 | "text-table": "^0.2.0", |
65 | | - "time-span": "^2.0.0", |
66 | | - "tsd": "^0.7.2" |
| 64 | + "time-span": "^3.1.0", |
| 65 | + "tsd": "^0.7.3" |
67 | 66 | }, |
68 | 67 | "directories": { |
69 | 68 | "example": "examples", |
|
81 | 80 | "eslint --fix", |
82 | 81 | "git add" |
83 | 82 | ] |
| 83 | + }, |
| 84 | + "husky": { |
| 85 | + "hooks": { |
| 86 | + "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS" |
| 87 | + } |
84 | 88 | } |
85 | 89 | } |
0 commit comments