Skip to content

Commit 8540f94

Browse files
authored
Update package.json
1 parent a457013 commit 8540f94

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lib"
2121
],
2222
"engines": {
23-
"node": ">= 0.10.0"
23+
"node": ">= 4"
2424
},
2525
"scripts": {
2626
"test": "mocha --reporter dot"
@@ -32,8 +32,8 @@
3232
"readable-stream": "^2.0.0"
3333
},
3434
"devDependencies": {
35-
"chai": "^3.4.0",
36-
"mocha": "^3.2.0",
35+
"chai": "^4.0.0",
36+
"mocha": "^5.0.0",
3737
"rimraf": "^2.4.3",
3838
"mkdirp": "^0.5.0"
3939
},
@@ -45,4 +45,4 @@
4545
"publishConfig": {
4646
"registry": "https://registry.npmjs.org/"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)