From ca65b32baa235bd71cfab4150e46c514540d63e2 Mon Sep 17 00:00:00 2001 From: Eric Clemmons Date: Tue, 29 Dec 2015 00:10:43 -0600 Subject: [PATCH] Technically, this is v0.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56835bc..932fb18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-install-loader", - "version": "1.0.0", + "version": "0.0.1", "description": "Webpack loader to automatically npm install & save dependencies.", "main": "index.js", "scripts": {