Skip to content

Commit e5cefcf

Browse files
committed
0.3.2
Replaces `try-open` with `fs-exists-sync`. No API changes
1 parent 09bb290 commit e5cefcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "write",
33
"description": "Write files to disk, creating intermediate directories if they don't exist.",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"homepage": "https://github.com/jonschlinkert/write",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"repository": "jonschlinkert/write",
@@ -71,4 +71,4 @@
7171
"reflinks": true
7272
}
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)