We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdaddff commit 68d23cdCopy full SHA for 68d23cd
package.json
@@ -4,7 +4,7 @@
4
"description": "Serverless webpack example using Typescript",
5
"main": "handler.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
+ "deploy": "serverless deploy"
8
},
9
"dependencies": {
10
"source-map-support": "^0.5.10"
@@ -14,6 +14,7 @@
14
"@types/node": "^10.12.18",
15
"@types/serverless": "^1.72.5",
16
"fork-ts-checker-webpack-plugin": "^3.0.1",
17
+ "serverless": "^2.0.0",
18
"serverless-webpack": "^5.2.0",
19
"ts-loader": "^5.3.3",
20
"ts-node": "^8.10.2",
@@ -23,4 +24,4 @@
23
24
25
"author": "The serverless webpack authors (https://github.com/elastic-coders/serverless-webpack)",
26
"license": "MIT"
-}
27
+}
0 commit comments