From 8306ad11654941bff18b56cd8054c046cb04be86 Mon Sep 17 00:00:00 2001 From: Gabriel Bull Date: Mon, 2 Apr 2018 23:10:15 -0400 Subject: [PATCH] Bump --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ec13e9e..b56bd320 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-desktop", "author": "Gabriel Bull", - "version": "0.3.3", + "version": "0.3.4", "description": "React UI Components for macOS High Sierra and Windows 10", "main": "./index.js", "keywords": [ @@ -64,6 +64,7 @@ "react-dom": "^16.3.0", "react-hot-loader": "^4.0.1", "webpack": "^4.4.1", + "webpack-cli": "^2.0.13", "webpack-dev-server": "^3.1.1" } }