Skip to content

Commit

Permalink
5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Nov 17, 2020
1 parent a17ad8e commit 3471c77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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",
Expand Down Expand Up @@ -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/",
Expand Down

0 comments on commit 3471c77

Please sign in to comment.