Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
logandk committed Dec 20, 2017
1 parent 45de957 commit bb83b5a
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 90 deletions.
159 changes: 73 additions & 86 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-wsgi",
"version": "1.4.2",
"version": "1.4.3",
"engines": {
"node": ">=4.0"
},
Expand Down Expand Up @@ -48,14 +48,14 @@
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.0.0",
"eslint": "^4.10.0",
"eslint": "^4.13.1",
"istanbul": "^0.4.4",
"mocha": "^4.0.1",
"sinon": "^4.1.2"
"sinon": "^4.1.3"
},
"dependencies": {
"bluebird": "^3.5.1",
"fs-extra": "^4.0.2",
"fs-extra": "^5.0.0",
"lodash": "^4.17.4"
}
}

0 comments on commit bb83b5a

Please sign in to comment.