|
10 | 10 | "license": "license-checker --onlyAllow 'Apache-2.0; Apache License, Version 2.0; BSD; BSD-2-Clause; BSD-3-Clause; ISC; MIT; Unlicense; WTFPL; CC-BY-3.0; CC0-1.0' --production",
|
11 | 11 | "type-check:watch": "npm run type-check -- --watch",
|
12 | 12 | "lint:ts": "eslint . --ext .js,.ts",
|
13 |
| - "lint": "yarn type-check && npm run lint:ts", |
| 13 | + "lint": "yarn type-check && yarn lint:ts && markdownlint README.md", |
14 | 14 | "prepublish": "in-publish && yarn lint && yarn code:build || not-in-publish",
|
15 | 15 | "release:major": "changelog -M && git commit -a -m 'docs: updated CHANGELOG.md' && yarn version --major && git push origin && git push origin --tags",
|
16 | 16 | "release:minor": "changelog -m && git commit -a -m 'docs: updated CHANGELOG.md' && yarn version --minor && git push origin && git push origin --tags",
|
|
57 | 57 | "verdaccio": "^4.3.4"
|
58 | 58 | },
|
59 | 59 | "devDependencies": {
|
60 |
| - "@commitlint/cli": "7.0.0", |
61 |
| - "@commitlint/config-conventional": "7.0.1", |
62 |
| - "@commitlint/travis-cli": "7.0.0", |
| 60 | + "@commitlint/cli": "8.2.0", |
| 61 | + "@commitlint/config-conventional": "8.2.0", |
| 62 | + "@commitlint/travis-cli": "8.2.0", |
63 | 63 | "@types/http-errors": "1.6.2",
|
64 | 64 | "@types/jest": "24.0.22",
|
65 | 65 | "@types/lodash": "^4.14.146",
|
|
79 | 79 | "husky": "0.14.3",
|
80 | 80 | "in-publish": "2.0.0",
|
81 | 81 | "jest": "24.9.0",
|
82 |
| - "jest-environment-node": "^23.4.0", |
| 82 | + "jest-environment-node": "^24.9.0", |
83 | 83 | "license-checker": "20.1.0",
|
84 | 84 | "lodash": "^4.17.15",
|
85 | 85 | "markdownlint-cli": "0.19.0",
|
|
0 commit comments