Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "blooper", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Handle all your errors in one place.", | ||
@@ -5,0 +5,0 @@ "main": "dist/blooper.js", |
@@ -104,3 +104,3 @@ # Blooper | ||
Globals are generally a last resort, but I'll let you make an exception for Blooper, since it's really intended to be global in nature - it's use is to replace language constructs, after all. | ||
Globals are generally a last resort, but I'll let you make an exception for Blooper, since it's really intended to be global in nature - its use is to replace language constructs, after all. | ||
@@ -118,2 +118,3 @@ ```javascript | ||
// This makes the global.handle method available in all modules | ||
global.handle = blooper.handle; | ||
@@ -120,0 +121,0 @@ |
6127
126