Skip to content

Commit

Permalink
Update minimal node engine from 0.10 to 4. Just like with chai.
Browse files Browse the repository at this point in the history
  • Loading branch information
JrSchild committed Jul 12, 2017
1 parent 42c96b1 commit b0fbc62
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": "chai-json-schema",
"version": "1.4.0",
"version": "1.5.0",
"description": "Chai plugin for JSON Schema v4",
"author": {
"name": "Bart van der Schoor",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"main": "./index",
"engines": {
"node": ">= 0.10"
"node": ">= 4"
},
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit b0fbc62

Please sign in to comment.