Skip to content

Commit

Permalink
updated min node version
Browse files Browse the repository at this point in the history
  • Loading branch information
abbr committed Aug 26, 2017
1 parent d65d386 commit 1c4fcce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-sspi",
"version": "0.2.0",
"version": "0.2.1",
"description": "Windows SSPI server-side authentication for Node",
"main": "index.js",
"author": "Fred Wen<[email protected]>",
Expand All @@ -13,7 +13,7 @@
"nan": "^2.0.9"
},
"engines": {
"node": ">=0.10.0"
"node": ">=4.0.0"
},
"os": [
"win32"
Expand Down

0 comments on commit 1c4fcce

Please sign in to comment.