From 3471c776059ac2d26593ea39f9c47c1874253dbb Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Tue, 17 Nov 2020 14:23:14 +0100 Subject: [PATCH] 5.5.0 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1035ef26680..488049e829f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack", - "version": "5.4.0", + "version": "5.5.0", "author": "Tobias Koppers @sokra", "description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.", "license": "MIT", @@ -115,7 +115,9 @@ }, "homepage": "https://github.com/webpack/webpack", "main": "lib/index.js", - "bin": "./bin/webpack.js", + "bin": { + "webpack": "bin/webpack.js" + }, "types": "types.d.ts", "files": [ "lib/",