Skip to content

Commit

Permalink
fixed minimum node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpvar committed Oct 10, 2010
1 parent 8e0a496 commit 921db68
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions package.json
Expand Up @@ -57,22 +57,7 @@
"dependencies": {
"mjsunit.runner": ">= 0.1.0"
},
"os": [
"linux",
"macos",
"win"
],
"cpu": [
"x86",
"ppc",
"x86_64"
],
"engines": [
"v8",
"ejs",
"node",
"rhino"
],
"engines" : { "node" : ">=0.1.9" },
"directories": {
"lib": "lib"
},
Expand Down

0 comments on commit 921db68

Please sign in to comment.