Skip to content

Commit

Permalink
allow millstone to work with both node v4 and node v6 (may require cl…
Browse files Browse the repository at this point in the history
…earing your npm cache) - tests passing with both versions
  • Loading branch information
Dane Springmeyer committed Mar 8, 2012
1 parent faf59af commit 403db90
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -20,8 +20,8 @@
"generic-pool": "1.0.x", "generic-pool": "1.0.x",
"get": "~1.1.0", "get": "~1.1.0",
"srs": "~0.2.12", "srs": "~0.2.12",
"zipfile": "~0.2.4", "zipfile": "0.x",
"sqlite3": "~2.0.16", "sqlite3": "2.x",
"mime": ">= 0.0.1", "mime": ">= 0.0.1",
"mkdirp": "~0.3.0" "mkdirp": "~0.3.0"
}, },
Expand All @@ -31,5 +31,6 @@
"scripts": { "scripts": {
"pretest": "which expresso || npm install --dev", "pretest": "which expresso || npm install --dev",
"test": "which expresso | sh" "test": "which expresso | sh"
} },
"engines": { "node": "0.4" || "0.6" }
} }

0 comments on commit 403db90

Please sign in to comment.