Commit 2c009a43 authored by Julien Fontanet's avatar Julien Fontanet

chore(package.json): fix engines entry

parent 066ad946
......@@ -3,9 +3,9 @@
"description": "SMB2 Client",
"homepage": "https://github.com/marsaud/node-smb2",
"version": "0.7.2",
"engines": [
"node"
],
"engines": {
"node": ">=4"
},
"author": {
"name": "Benjamin Chelli",
"email": "benjamin@chelli.net",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment