Browse Source

remove watch dependency and add chokidar

master
Brett Langdon 12 years ago
parent
commit
1b5f27077d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package.json

+ 2
- 2
package.json View File

@ -26,11 +26,11 @@
}, },
"homepage": "https://github.com/brettlangdon/tend", "homepage": "https://github.com/brettlangdon/tend",
"dependencies": { "dependencies": {
"watch": "~0.10.0",
"docopt": "~0.4.0", "docopt": "~0.4.0",
"colors": "~0.6.2", "colors": "~0.6.2",
"shell-quote": "~1.4.1", "shell-quote": "~1.4.1",
"rc": "~0.4.0"
"rc": "~0.4.0",
"chokidar": "~0.8.2"
}, },
"bin": { "bin": {
"tend": "bin/tend" "tend": "bin/tend"


Loading…
Cancel
Save