Skip to content

Commit

Permalink
Update klaw-sync to 6.0.0 (#206)
Browse files Browse the repository at this point in the history
* update klaw-sync to 6.0.0

* Update package.json
  • Loading branch information
neutrous authored and drapanjanas committed Mar 16, 2019
1 parent 725a7ff commit 9c82620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"deepmerge": "^2.1.1",
"fs-extra": "^7.0.0",
"handlebars": "^4.0.10",
"klaw-sync": "^5.0.0",
"klaw-sync": "^6.0.0",
"semver": "^5.0.1"
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions re-natal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ buildRequireByPlatformMap = () ->
item.path.indexOf('/re-natal/') < 0 # ignore re-natal internal cljs files (can happen if re-natal is installed as a devDependency)
files = klawSync process.cwd(),
nodir: true
traverseAll: true
filter: onlyUserCljs
filenames = files.map((o) -> o.path)
extractedRequires = filenames.map(extractRequiresFromSourceFile)
Expand Down

0 comments on commit 9c82620

Please sign in to comment.