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 f061feb commit 7b1fc8cCopy full SHA for 7b1fc8c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "apidoc-core",
3
- "version": "0.8.0",
+ "version": "0.8.1",
4
"description": "Core parser library to generate apidoc result following the apidoc-spec",
5
"author": "Peter Rottmann <[email protected]>",
6
"license": "MIT",
@@ -30,9 +30,10 @@
30
"node": ">= 0.10.0"
31
},
32
"dependencies": {
33
- "fs-extra": "^1.0.0",
+ "fs-extra": "^2.0.0",
34
"glob": "^7.1.1",
35
"iconv-lite": "^0.4.15",
36
+ "klaw-sync": "^1.0.2",
37
"lodash": "~4.17.4",
38
"semver": "~5.3.0"
39
0 commit comments