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
Merge pull request
#2
from brettlangdon/caret
use ~ instead of ^ to support older versions of npm
master
v0.4.1
Brett Langdon
12 years ago
parent
bf15596d0a
5dad23bfc4
commit
4626c99743
1 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
package.json
+ 3
- 3
package.json
View File
@ -1,6 +1,6 @@
{
{
"name"
:
"tend"
,
"name"
:
"tend"
,
"version"
:
"0.4.
0
"
,
"version"
:
"0.4.
1
"
,
"description"
:
"CLI Tool to run a command when a file changes"
,
"description"
:
"CLI Tool to run a command when a file changes"
,
"main"
:
"lib/index.js"
,
"main"
:
"lib/index.js"
,
"scripts"
:
{
"scripts"
:
{
@ -29,8 +29,8 @@
"watch"
:
"~0.10.0"
,
"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"
,
"rc"
:
"
^
0.4.0"
"shell-quote"
:
"
~
1.4.1"
,
"rc"
:
"
~
0.4.0"
}
,
}
,
"bin"
:
{
"bin"
:
{
"tend"
:
"bin/tend"
"tend"
:
"bin/tend"
Write
Preview
Loading…
Cancel
Save