Skip to content

Commit 7b1fc8c

Browse files
committed
Replace removed fs-extra.walkSync with klaw-sync.
1 parent f061feb commit 7b1fc8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apidoc-core",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Core parser library to generate apidoc result following the apidoc-spec",
55
"author": "Peter Rottmann <rottmann@inveris.de>",
66
"license": "MIT",
@@ -30,9 +30,10 @@
3030
"node": ">= 0.10.0"
3131
},
3232
"dependencies": {
33-
"fs-extra": "^1.0.0",
33+
"fs-extra": "^2.0.0",
3434
"glob": "^7.1.1",
3535
"iconv-lite": "^0.4.15",
36+
"klaw-sync": "^1.0.2",
3637
"lodash": "~4.17.4",
3738
"semver": "~5.3.0"
3839
},

0 commit comments

Comments
 (0)