Skip to content

Commit

Permalink
Merge pull request #17145 from JeraldVin/patch-2
Browse files Browse the repository at this point in the history
chore: update package.json description
  • Loading branch information
alexander-akait committed May 9, 2023
2 parents 513842c + 6073a7e commit bcb37ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "webpack",
"version": "5.82.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.",
"description": "Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
"license": "MIT",
"dependencies": {
"@types/eslint-scope": "^3.7.3",
Expand Down

0 comments on commit bcb37ca

Please sign in to comment.