Skip to content

Commit

Permalink
relaxed engine check, explictly defined coffee-script as a devDepende…
Browse files Browse the repository at this point in the history
…ncies, bumper minor version up
  • Loading branch information
lucagrulla committed Jun 30, 2012
1 parent 244f5c6 commit 5876947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -3,15 +3,15 @@
"contributors":["Luca Grulla", "Tom Hall", "Andy Kent"],
"name": "tail",
"description": "tail a file in node",
"version": "0.2.3",
"version": "0.2.4",
"repository": {
"type": "git",
"url": "git://github.com/forward/node-tail.git"
},
"main": "tail",
"engines": {
"node":">= 0.4.0 < 0.7.0"
"node":">= 0.4.0"
},
"dependencies": {},
"devDependencies": {}
"devDependencies": {"coffee-script":"1.1.1"}
}

0 comments on commit 5876947

Please sign in to comment.