Skip to content

Commit

Permalink
Bump to 8.1.0 due to Node.js fix for fs.exists
Browse files Browse the repository at this point in the history
  • Loading branch information
bdistin committed Jun 8, 2017
1 parent 2a8d051 commit 5bbce54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "fs-nextra",
"version": "0.0.3",
"version": "0.0.4",
"description": "Node.js V8 native fs enhanced with util.promisify and standard extra methods.",
"main": "index.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
"author": "BDISTIN",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
"node": ">=8.1.0"
},
"devDependencies": {
"ava": "^0.19.1",
Expand Down

0 comments on commit 5bbce54

Please sign in to comment.