Skip to content

Commit

Permalink
Fix npm package and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfjones committed Jan 4, 2013
1 parent ccb234b commit d391124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{ "name": "watchman",
"description": "A simple utility to watch files/directories and perform an action when they change.",
"version": "0.1.7",
"version": "0.1.8",
"homepage": "http://github.com/dfjones/watchman",
"keywords": ["file", "filesystem", "change", "command line"],
"author": "Doug Jones <doug@dfjones.net>",
Expand All @@ -18,6 +18,6 @@
"engines": { "node": ">= 0.4.0" },
"dependencies": {
"cli": ">= 0.2.8",
"eco": ">= 1.1.0"
"eco": ">= 1.1.0-rc-3"
}
}

0 comments on commit d391124

Please sign in to comment.