Comparing version 0.1.1-0 to 0.1.1-1
{ | ||
"name": "re", | ||
"description": "Do it again, after a bit.", | ||
"version": "0.1.1-0", | ||
"version": "0.1.1-1", | ||
"main": "./lib/re", | ||
@@ -6,0 +6,0 @@ "keywords": ["utility", "retry", "exponential backoff", "linear backoff"], |
@@ -43,3 +43,3 @@ # Re | ||
Try it in your browser with this test: [test/test.html](http://htmlpreview.github.com/?https://github.com/waylonflinn/re/blob/master/test/test.html) or play with the test in this fiddle: [re-fiddle](http://jsfiddle.net/7C26s/1/embedded/result/) (these pages don't work in IE, because it's recently gone from pushy to pedantic'). | ||
Try it in your browser with this test: [test/test.html](http://htmlpreview.github.com/?https://github.com/waylonflinn/re/blob/master/test/test.html) or play with the test in this fiddle: [re-fiddle](http://jsfiddle.net/7C26s/1/embedded/result/) (these pages don't work in IE, because it's recently gone from lax to pedantic). | ||
@@ -46,0 +46,0 @@ ## Usage |
29939