Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

Commit

Permalink
Version bump and updated info for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Kitt committed Sep 19, 2011
1 parent a77365a commit ffa2f73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .npmignore
@@ -1,3 +1,5 @@
test
.sass-cache
.watchn
docs
examples
Stories.md
test
5 changes: 3 additions & 2 deletions package.json
@@ -1,10 +1,11 @@
{
"name": "watchn"
, "version": "0.1.0"
, "version": "0.1.1"
, "description": "Intelligently auto execute tasks on file/directory changes"
, "keywords": ["development tool", "watch", "notify", "dev", "development"]
, "keywords": ["development tool", "watch", "notify", "dev", "development", "reporter", "test"]
, "author": "Matthew Kitt <mk.kitt@gmail.com> (http://mkitt.net/)"
, "homepage": "http://github.com/mkitt/watchn"
, "preferGlobal": true
, "repository": { "type" : "git", "url" : "http://github.com/mkitt/watchn.git" }
, "dependencies": {}
, "bin": { "watchn": "./bin/watchn" }
Expand Down

0 comments on commit ffa2f73

Please sign in to comment.