Skip to content

Commit

Permalink
Updated package.json and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schmid committed Mar 2, 2018
1 parent 891a6b3 commit 773c134
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ and much more!
individually, resulting in smaller Lambda packages that contain only the code and
dependencies needed to run the function. This allows the plugin to fully utilize
WebPack's [Tree-Shaking][link-webpack-tree] optimization.
* Webpack version 3 and 4 support

## Recent improvements and important changes

* Restrict webpack peer dependency version to `< 4`. Compatibility with webpack 4 will be
added with the next major release (5.0.0).
* Support for [serverless-step-functions-offline][link-step-functions-offline]
* Webpack 2 support has been dropped in favor of Webpack 4
* This 5.0.0 prerelease is based on the current 4.4.0

For the complete release notes see the end of this document.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-webpack",
"version": "4.4.0",
"version": "5.0.0-rc.1",
"description": "Serverless plugin to bundle your javascript with Webpack",
"main": "index.js",
"author": "Nicola Peduzzi <[email protected]> (http://elastic-coders.com)",
Expand Down

0 comments on commit 773c134

Please sign in to comment.