Skip to content

Commit

Permalink
Merge pull request #49 from chaijs/feature/update-engine
Browse files Browse the repository at this point in the history
Update minimal node engine from 0.10 to 4.
  • Loading branch information
Edward Smit committed Jul 12, 2017
2 parents 42c96b1 + b0fbc62 commit da14f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -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 da14f44

Please sign in to comment.