From c0f3b974315773d987bccb224ac9c4499e29600f Mon Sep 17 00:00:00 2001 From: FG Ribreau Date: Fri, 19 Sep 2014 12:08:32 +0200 Subject: [PATCH] v1.0.2 --- .gitignore | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b512c09..93f1361 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules \ No newline at end of file +node_modules +npm-debug.log diff --git a/package.json b/package.json index c965872..c2b2d10 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "email": "npm@fgribreau.com", "url": "http://fgribreau.com" }, - "version": "1.0.1", + "version": "1.0.2", "repository": { "url": "https://github.com/FGRibreau/node-request-retry" },