Skip to content

Commit

Permalink
Add moveSync and its tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manidlou committed Mar 7, 2017
1 parent e06440b commit c6f795d
Show file tree
Hide file tree
Showing 3 changed files with 528 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Expand Up @@ -18,6 +18,7 @@ assign(fs, require('./mkdirs'))
assign(fs, require('./remove'))
assign(fs, require('./json'))
assign(fs, require('./move'))
assign(fs, require('./move-sync'))
assign(fs, require('./empty'))
assign(fs, require('./ensure'))
assign(fs, require('./output'))
Expand Down

0 comments on commit c6f795d

Please sign in to comment.