Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Force installation of Winston 3 #370

Merged
merged 1 commit into from
Jun 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = class AppGenerator extends Generator {
'serve-favicon',
'compression',
'helmet',
'winston',
'winston@^3.0.0',
'cors'
];

Expand Down
2 changes: 1 addition & 1 deletion generators/authentication/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module.exports = class AuthGenerator extends Generator {

if(strategy === 'auth0') {
strategyConfig.domain = 'mydomain.auth0.com';
strategyConfig.sopes = [ 'profile' ];
strategyConfig.scopes = [ 'profile' ];
}

if (strategy === 'facebook') {
Expand Down
Loading