Skip to content

Commit

Permalink
Remove Waterline dependency, and set sails-hook-orm dep back to 1.0.9.
Browse files Browse the repository at this point in the history
The direct Waterline dependency in Sails is no longer used (Waterline is a direct dependency of sails-hook-orm instead).

The sails-hook-orm dep was bumped so that upcoming changes to Waterline (v0.11.7 prerelease) could be tested, but now that Waterline 0.11.7 has been published, it will be picked up automatically by new installs of sails-hook-orm 1.0.9.
  • Loading branch information
sgress454 committed Jan 17, 2017
1 parent db68dd6 commit 0d0f58f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -77,7 +77,7 @@
"rttc": "9.3.3",
"sails-disk": "~0.10.9",
"sails-generate": "~0.13.0",
"sails-hook-orm": "~1.0.10-1",
"sails-hook-orm": "~1.0.9",
"sails-hook-sockets": "^0.13.9",
"sails-stringfile": "~0.3.2",
"sails-util": "~0.11.0",
Expand All @@ -86,8 +86,7 @@
"serve-static": "1.10.2",
"skipper": "~0.6.0",
"uid-safe": "1.1.0",
"walk": "2.3.9",
"waterline": "~0.11.7-1"
"walk": "2.3.9"
},
"devDependencies": {
"benchmark": "1.0.0",
Expand Down

0 comments on commit 0d0f58f

Please sign in to comment.