Skip to content

Commit

Permalink
fix(@whook/aws-lambda): fix types generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Mar 6, 2020
1 parent 969c616 commit 784211a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/whook-aws-lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Also add the following line in your `package.json` file :
+ "@whook/http-transaction": "^3.1.3",
+ "babel-loader": "^8.0.6",
+ "babel-plugin-knifecycle": "^1.1.1",
+ "webpack": "4.41.5",
+ "webpack": "4.41.5"
}
```

Expand Down
4 changes: 3 additions & 1 deletion packages/whook-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-knifecycle": "^1.1.1",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2",
Expand All @@ -82,7 +83,8 @@
"metapak-nfroidure": "9.8.2",
"prettier": "^1.19.1",
"rimraf": "^3.0.1",
"typescript": "^3.7.5"
"typescript": "^3.7.5",
"webpack": "4.41.5"
},
"contributors": [],
"engines": {
Expand Down

0 comments on commit 784211a

Please sign in to comment.