Skip to content

Commit bd95f12

Browse files
committed
Update eshost dependency
1 parent 350757f commit bd95f12

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "test262-harness",
33
"repository": "bterlson/test262-harness",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "Node-based harness for test262",
66
"main": "index.js",
77
"bin": {
@@ -11,7 +11,8 @@
1111
"test": "node_modules/.bin/tape test/test.js"
1212
},
1313
"dependencies": {
14-
"eshost": "^3.0.0",
14+
"chalk": "^1.1.3",
15+
"eshost": "^3.2.0",
1516
"glob": "^7.0.5",
1617
"rx": "^4.1.0",
1718
"test262-compiler": "^2.0.0",

0 commit comments

Comments
 (0)