|
34 | 34 | "build": "babel --delete-dir-on-start --env-name production src -d lib", |
35 | 35 | "build-docs": "esdoc", |
36 | 36 | "build-gh-pages": "npm run build-docs", |
| 37 | + "commit-msg": "commitlint --edit", |
37 | 38 | "cover": "c8 --all --src src --reporter=lcov npm test", |
38 | 39 | "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast", |
39 | 40 | "install-hooks": "husky install", |
|
56 | 57 | "@babel/core": "7.16.5", |
57 | 58 | "@babel/preset-env": "7.16.5", |
58 | 59 | "@babel/register": "7.16.5", |
| 60 | + "@commitlint/cli": "15.0.0", |
59 | 61 | "@iterable-iterator/list": "^1.0.1", |
60 | 62 | "@iterable-iterator/map": "^1.0.1", |
61 | 63 | "@iterable-iterator/range": "^2.1.0", |
62 | 64 | "@iterable-iterator/reduce": "^1.0.1", |
63 | 65 | "@iterable-iterator/repeat": "^1.0.1", |
64 | 66 | "@iterable-iterator/sorted": "^1.0.0", |
65 | 67 | "@iterable-iterator/zip": "^1.0.1", |
| 68 | + "@js-library/commitlint-config": "0.0.4", |
66 | 69 | "@randomized/random": "^4.0.0", |
67 | 70 | "@total-order/lex": "^1.0.0", |
68 | 71 | "@total-order/primitive": "^1.0.1", |
|
0 commit comments