Skip to content

Commit 042ce3c

Browse files
authored
Merge pull request #24 from rogelio-o/develop
Closing version.
2 parents 7d32274 + b31628a commit 042ce3c

3 files changed

Lines changed: 33 additions & 16 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sudo: false
1010
language: node_js
1111
# Specify the node versions to run on
1212
node_js:
13-
- "6.11.2"
13+
- "6.11.5"
1414
# Report code coverage to coveralls after successful test runs
1515
after_success:
1616
- npm run coveralls

package-lock.json

Lines changed: 28 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-framework",
3-
"version": "1.0.19",
3+
"version": "1.1.0",
44
"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.",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -35,11 +35,12 @@
3535
"coveralls": "^3.0.0",
3636
"mocha": "^3.5.3",
3737
"mock-fs": "^4.4.2",
38+
"npm-auto-version": "^1.0.0",
3839
"nyc": "^11.3.0",
40+
"sinon": "^4.0.2",
3941
"tslint": "^5.7.0",
4042
"tslint-microsoft-contrib": "^5.0.1",
41-
"typescript": "^2.5.2",
42-
"sinon": "^4.0.2"
43+
"typescript": "^2.5.2"
4344
},
4445
"dependencies": {
4546
"accepts": "^1.3.4",
@@ -53,7 +54,6 @@
5354
"logger": "0.0.1",
5455
"mime-types": "^2.1.17",
5556
"node-cache": "^4.1.1",
56-
"npm-auto-version": "^1.0.0",
5757
"path-to-regexp": "^2.0.0",
5858
"qs": "^6.5.1",
5959
"querystring": "^0.2.0",

0 commit comments

Comments
 (0)