Skip to content

Commit

Permalink
Rip out shs,sho,shg
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Nov 4, 2016
1 parent da83389 commit 07c59ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lib/app/configuration/default-hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ module.exports = {
'moduleloader': true,//<< TODO: absorb into core (i.e. federate its methods out to the places where they are used and remove support for `sails.modules`)
'logger': true,//<< TODO: absorb into core (i.e. like what we did w/ the controllers hook -- can live in `lib/app/private/log-ship.js`, and the rest can be inlined)
'request': true,
'orm': 'sails-hook-orm',
// 'orm': 'sails-hook-orm',
'views': true,
'blueprints': true,
'responses': true,
'helpers': 'sails-hook-helpers',//<< TODO: pull this into a built-in core hook in `lib/hooks/helpers` -- then replace README in sails-hook-helpers repo with link and short explanation, and publish major version of sails-hook-helpers on NPM
'sockets': 'sails-hook-sockets',
// 'sockets': 'sails-hook-sockets',
'pubsub': true,//<< TODO: **merge into sails-hook-sockets -- i.e. if orm hook available, then sails-hook-sockets decorates models with RPS methods**
'policies': true,
'services': true,
'security': true,
'i18n': true,
'userconfig': true,//<< TODO: absorb into core (i.e. like what we did w/ the controllers hook -- can live in `lib/app/configuration`)
'session': true,
'grunt': 'sails-hook-grunt',
// 'grunt': 'sails-hook-grunt',
'http': true,
'userhooks': true//<< TODO: absorb into core (i.e. like what we did w/ the controllers hook -- its logic can live in `lib/app/private`, and be driven by `lib/hooks/index.js`)
};
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@
"rttc": "^10.0.0-0",
"sails-generate": "^1.4.0",
"sails-hook-helpers": "1.0.2",
"sails-hook-grunt": "^1.0.0",
"sails-hook-orm": "^1.0.7",
"sails-hook-sockets": "^1.0.1",
"sails-stringfile": "0.3.2",
"semver": "4.3.6",
"serve-favicon": "2.3.0",
Expand Down

0 comments on commit 07c59ce

Please sign in to comment.