Skip to content

Commit

Permalink
upgrade chai and coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffdutton committed Mar 19, 2019
1 parent 33d6f1e commit 78867ee
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 45 deletions.
79 changes: 37 additions & 42 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"type-is": "^1.6.16"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^3.0.2",
"chai": "^4.2.0",
"coveralls": "^3.0.3",
"mocha": "^6.0.2",
"nyc": "^13.3.0",
"standard": "^12.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/events/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Request {
constructor (rawLambdaEvent) {
/**
* This basically means it's a serialized version of a
* Request instance, unelss it's JSON that has the key
* Request instance, unless it's JSON that has the key
* 'rawLambdaEvent'
*/
const isSerialized = _has(rawLambdaEvent, 'rawLambdaEvent')
Expand Down

0 comments on commit 78867ee

Please sign in to comment.