Skip to content

Commit b0fbc62

Browse files
committed
Update minimal node engine from 0.10 to 4. Just like with chai.
1 parent 42c96b1 commit b0fbc62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chai-json-schema",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Chai plugin for JSON Schema v4",
55
"author": {
66
"name": "Bart van der Schoor",
@@ -31,7 +31,7 @@
3131
},
3232
"main": "./index",
3333
"engines": {
34-
"node": ">= 0.10"
34+
"node": ">= 4"
3535
},
3636
"scripts": {
3737
"test": "grunt test"

0 commit comments

Comments
 (0)