Skip to content

Commit

Permalink
Mark only minimum node version in engine
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Mar 3, 2017
1 parent 4910d2f commit 07d1396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "git://github.com/auth0/lock"
},
"engines": {
"node": "~6.9.1"
"node": "^6.9.1"
},
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 07d1396

Please sign in to comment.