Skip to content

Commit

Permalink
Merge 8c2a153 into 2139384
Browse files Browse the repository at this point in the history
  • Loading branch information
dalen committed Jun 20, 2019
2 parents 2139384 + 8c2a153 commit fe6aa02
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.d.ts
@@ -0,0 +1,10 @@
declare module 'serverless-webpack' {
const lib: {
webpack: {
isLocal: boolean;
};
entries: {
[name: string]: string | string[];
};
};
}
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -3,6 +3,7 @@
"version": "5.3.1",
"description": "Serverless plugin to bundle your javascript with Webpack",
"main": "index.js",
"types": "index.d.ts",
"author": "Frank Schmid <fschmid740@googlemail.com>",
"repository": {
"type": "git",
Expand Down

0 comments on commit fe6aa02

Please sign in to comment.