co-fs-extra
Advanced tools
Comparing version 1.2.0 to 1.2.1
1.2.1 / 2016-02-19 | ||
================== | ||
* fix: add methods | ||
1.2.0 / 2016-02-18 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -37,3 +37,4 @@ /** | ||
'createFile', | ||
'delete', | ||
'createLink', | ||
'createSymlink', | ||
'emptyDir', | ||
@@ -43,2 +44,4 @@ 'emptydir', | ||
'ensureFile', | ||
'ensureLink', | ||
'ensureSymlink', | ||
'fchmod', | ||
@@ -45,0 +48,0 @@ 'fchown', |
{ | ||
"name": "co-fs-extra", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "fs-extra for 'co'", | ||
@@ -5,0 +5,0 @@ "author": { |
4848
10
145