From 64854df458ea52eef82483c576208447de3115c7 Mon Sep 17 00:00:00 2001 From: shellscape Date: Thu, 7 Jun 2018 12:14:07 -0400 Subject: [PATCH] 0.2.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d715ba..0912b6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webpack-command", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 29bb7b1..572f3aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-command", - "version": "0.2.0", + "version": "0.2.1", "description": "🐕 A lightweight, modular, and opinionated webpack CLI", "license": "MIT", "repository": "webpack-contrib/webpack-command",