-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update versions but keep waterline on a tilde
- Loading branch information
1 parent
b70b2e8
commit 7710119
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,16 @@ | |
"author": "Cody Stoltman <[email protected]>", | ||
"dependencies": { | ||
"async": "1.5.2", | ||
"bluebird": "3.1.1", | ||
"bluebird": "3.2.1", | ||
"lodash": "3.10.1", | ||
"mocha": "2.3.4", | ||
"mocha": "2.4.5", | ||
"sails-memory": "balderdashy/sails-memory", | ||
"should": "8.1.1", | ||
"waterline": "0.10.30" | ||
"should": "8.2.1", | ||
"waterline": "~0.10.31" | ||
}, | ||
"devDependencies": { | ||
"jpath": "^0.0.20", | ||
"npm": "^2.7.4", | ||
"jpath": "0.0.20", | ||
"npm": "2.7.4", | ||
"sails-disk": "balderdashy/sails-disk", | ||
"sails-mongo": "balderdashy/sails-mongo", | ||
"sails-mysql": "balderdashy/sails-mysql", | ||
|