Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bterlson committed Oct 10, 2014
1 parent ae9119f commit 4522e51
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
{
"name": "test262-harness",
"version": "0.0.0",
"version": "1.0.0",
"description": "Node-based harness for test262",
"main": "index.js",
"bin": {
"test262-harness": "bin/run.js"
},
"dependencies": {
"JSONStream": "^0.8.4",
"argparse": "^0.1.15",
"duplexer": "^0.1.1",
"esprima": "^1.0.4",
"glob": "~4.0.3",
"inherits": "^2.0.1",
"lru-cache": "^2.5.0",
"minimist": "^0.2.0",
"sigmund": "^1.0.0",
"tap": "~0.4.11",
"test262-parser": "^1.0.2",
"through": "~2.3.4"
Expand Down

0 comments on commit 4522e51

Please sign in to comment.