From ecea7e5733ebec67a0b1a3ba7b140d18e077f887 Mon Sep 17 00:00:00 2001 From: Swaraj Banerjee Date: Sat, 6 Feb 2016 18:33:42 -0500 Subject: [PATCH] bump package version 0.5.3 to fix cache version extract bug --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf92c48..5db1a63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-cache", - "version": "0.5.2", + "version": "0.5.3", "description": "cache dependency manager installs to local machine", "main": "index.js", "repository": {