We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350757f commit bd95f12Copy full SHA for bd95f12
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "test262-harness",
3
"repository": "bterlson/test262-harness",
4
- "version": "2.2.0",
+ "version": "2.2.1",
5
"description": "Node-based harness for test262",
6
"main": "index.js",
7
"bin": {
@@ -11,7 +11,8 @@
11
"test": "node_modules/.bin/tape test/test.js"
12
},
13
"dependencies": {
14
- "eshost": "^3.0.0",
+ "chalk": "^1.1.3",
15
+ "eshost": "^3.2.0",
16
"glob": "^7.0.5",
17
"rx": "^4.1.0",
18
"test262-compiler": "^2.0.0",
0 commit comments