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" } }