We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d34b94 commit 2ea3b36Copy full SHA for 2ea3b36
package.json
@@ -5,11 +5,11 @@
5
"url": "http://gajus.com"
6
},
7
"dependencies": {
8
- "comment-parser": "^0.6.0",
+ "comment-parser": "^0.6.1",
9
"debug": "^4.1.1",
10
"flat-map-polyfill": "^0.3.8",
11
"jsdoctypeparser": "5.0.1",
12
- "lodash": "^4.17.14",
+ "lodash": "^4.17.15",
13
"regextras": "^0.6.1"
14
15
"description": "JSDoc linting rules for ESLint.",
@@ -29,8 +29,8 @@
29
"eslint-config-canonical": "^17.1.4",
30
"gitdown": "^3.1.1",
31
"glob": "^7.1.4",
32
- "husky": "^3.0.0",
33
- "mocha": "^6.1.4",
+ "husky": "^3.0.1",
+ "mocha": "^6.2.0",
34
"nyc": "^14.1.1",
35
"semantic-release": "^15.13.18",
36
"typescript": "^3.5.3"
src/bin/checkReadme.js
0 commit comments