Comparing version 0.1.1 to 0.2.0
@@ -0,1 +1,7 @@ | ||
2013-10-16 / 0.2.0 | ||
------------------ | ||
* added deps: `commander`, and `colors` | ||
* cli has changed | ||
* added param `delay` | ||
2013-02-26 / 0.1.1 | ||
@@ -2,0 +8,0 @@ ------------------ |
{ | ||
"name": "buzz", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "Buzz is a command line app to kill an app and then restart it, over and over again. Similar to Forever.", | ||
"homepage": [ | ||
"https://github.com/jprichardson/buzz" | ||
], | ||
"repository": { | ||
@@ -28,3 +25,5 @@ "type": "git", | ||
"dependencies": { | ||
"death": "~0.1.0" | ||
"death": "~0.1.0", | ||
"commander": "~2.0.0", | ||
"colors": "~0.6.2" | ||
}, | ||
@@ -35,3 +34,7 @@ "bin": { | ||
"main": "buzz", | ||
"preferGlobal": true | ||
"preferGlobal": true, | ||
"devDependencies": { | ||
"testutil": "~0.6.0", | ||
"mocha": "*" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
22
0
9144
3
2
7
2
+ Addedcolors@~0.6.2
+ Addedcommander@~2.0.0
+ Addedcolors@0.6.2(transitive)
+ Addedcommander@2.0.0(transitive)