Skip to content

Commit 8aa7749

Browse files
chore: drop support for Node.js 0.10
BREAKING CHANGE: This module no longer supports Node.js 0.10
1 parent afc4be5 commit 8aa7749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "git://github.com/NodeOS/nodeos-mount.git"
2222
},
2323
"engines": {
24-
"node": ">=0.8.0"
24+
"node": ">= 4"
2525
},
2626
"author": "George Kotchlamazashvili <georgedot@gmail.com>",
2727
"contributors": [

0 commit comments

Comments
 (0)