Skip to content

Commit

Permalink
Update eshost dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed Aug 29, 2016
1 parent 350757f commit bd95f12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test262-harness",
"repository": "bterlson/test262-harness",
"version": "2.2.0",
"version": "2.2.1",
"description": "Node-based harness for test262",
"main": "index.js",
"bin": {
Expand All @@ -11,7 +11,8 @@
"test": "node_modules/.bin/tape test/test.js"
},
"dependencies": {
"eshost": "^3.0.0",
"chalk": "^1.1.3",
"eshost": "^3.2.0",
"glob": "^7.0.5",
"rx": "^4.1.0",
"test262-compiler": "^2.0.0",
Expand Down

0 comments on commit bd95f12

Please sign in to comment.