Comparing version 0.1.0 to 0.1.1
@@ -0,2 +1,8 @@ | ||
2013-02-26 / 0.1.1 | ||
------------------ | ||
* Now allows you to hit `^C` twice for a non-clean exit. | ||
* Does not restart the process if it restarts more than 5 times in 10 seconds. | ||
* On death of child process, it delays 250 ms before starting it again. | ||
2013-01-07 / 0.1.0 | ||
@@ -3,0 +9,0 @@ ------------------- |
{ | ||
"name": "buzz", | ||
"version": "0.1.0", | ||
"description": "Buzz is an app to kill an app and then restart it, over and over again. Similar to Forever.", | ||
"version": "0.1.1", | ||
"description": "Buzz is a command line app to kill an app and then restart it, over and over again. Similar to Forever.", | ||
"homepage": [ | ||
@@ -16,3 +16,5 @@ "https://github.com/jprichardson/buzz" | ||
"forever", | ||
"buzz" | ||
"buzz", | ||
"death", | ||
"process" | ||
], | ||
@@ -27,3 +29,3 @@ "author": "JP Richardson <jprichardson@gmail.com>", | ||
"dependencies": { | ||
"death": "0.0.1" | ||
"death": "~0.1.0" | ||
}, | ||
@@ -30,0 +32,0 @@ "bin": { |
@@ -10,3 +10,3 @@ Buzz | ||
It's much simpler than Forever. Approximately 75 lines of JavaScript code. | ||
It's much simpler than Forever. Approximately 100 lines of JavaScript code. | ||
It displays your apps output to STDOUT and also displays any of your apps | ||
@@ -13,0 +13,0 @@ STDERR output in red. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10045
+ Addeddeath@0.1.0(transitive)
- Removeddeath@0.0.1(transitive)
Updateddeath@~0.1.0