Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sudo: false
language: node_js
# Specify the node versions to run on
node_js:
- "6.11.2"
- "6.11.5"
# Report code coverage to coveralls after successful test runs
after_success:
- npm run coveralls
Expand Down
39 changes: 28 additions & 11 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": "lambda-framework",
"version": "1.0.19",
"version": "1.1.0",
"description": "Framework to create web apps with any provider. This is the core, you can use it with an official provider implementation or you can implement your own provider.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -35,11 +35,12 @@
"coveralls": "^3.0.0",
"mocha": "^3.5.3",
"mock-fs": "^4.4.2",
"npm-auto-version": "^1.0.0",
"nyc": "^11.3.0",
"sinon": "^4.0.2",
"tslint": "^5.7.0",
"tslint-microsoft-contrib": "^5.0.1",
"typescript": "^2.5.2",
"sinon": "^4.0.2"
"typescript": "^2.5.2"
},
"dependencies": {
"accepts": "^1.3.4",
Expand All @@ -53,7 +54,6 @@
"logger": "0.0.1",
"mime-types": "^2.1.17",
"node-cache": "^4.1.1",
"npm-auto-version": "^1.0.0",
"path-to-regexp": "^2.0.0",
"qs": "^6.5.1",
"querystring": "^0.2.0",
Expand Down