Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Commit 51c032f

Browse files
committed
Upgrades dependencies
1 parent 45643ef commit 51c032f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-lambda-babel-template",
33
"description": "An AWS Lambda boilerplate with ES2015 support.",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"author": "John Flesch <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/flesch/node-lambda-babel-template/issues"
@@ -12,7 +12,7 @@
1212
"babel-preset-latest": "^6.16.0",
1313
"json-loader": "^0.5.4",
1414
"node-lambda": "^0.8.11",
15-
"webpack": "^1.13.3",
15+
"webpack": "^2.2.1",
1616
"webpack-node-externals": "^1.5.4"
1717
},
1818
"homepage": "https://github.com/flesch/node-lambda-babel-template#readme",

0 commit comments

Comments
 (0)