This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
tend
mirror of
https://github.com/brettlangdon/tend.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
6
Wiki
Activity
Browse Source
remove watch dependency and add chokidar
master
Brett Langdon
12 years ago
parent
4626c99743
commit
1b5f27077d
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
package.json
+ 2
- 2
package.json
View File
@ -26,11 +26,11 @@
}
,
"homepage"
:
"https://github.com/brettlangdon/tend"
,
"dependencies"
:
{
"watch"
:
"~0.10.0"
,
"docopt"
:
"~0.4.0"
,
"colors"
:
"~0.6.2"
,
"shell-quote"
:
"~1.4.1"
,
"rc"
:
"~0.4.0"
"rc"
:
"~0.4.0"
,
"chokidar"
:
"~0.8.2"
}
,
"bin"
:
{
"tend"
:
"bin/tend"
Write
Preview
Loading…
Cancel
Save