Skip to content

Commit

Permalink
Update waterline dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
harishanchu committed Apr 23, 2017
1 parent f34f469 commit 894bf6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "positron",
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"test": "mocha"
},
Expand Down Expand Up @@ -47,7 +47,7 @@
"utils-merge": "1.0.0",
"uuid": "~3.0.0",
"vary": "~1.0.0",
"waterline": "~0.10.19",
"waterline": "~0.11.11",
"winston": "~0.9.0",
"winston-mail": "~0.5.0",
"xregexp": "~3.0.0"
Expand Down
6 changes: 6 additions & 0 deletions test/unit/auth/access/gateManager.spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* gateManager.spec.js
*
* @author: Harish Anchu <harishanchu@wimoku.com>
* @copyright Copyright (c) 2017, Wimoku Pvt Ltd.
*/

0 comments on commit 894bf6c

Please sign in to comment.