Skip to content

Commit

Permalink
pesky little bugger
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Nov 19, 2016
1 parent ea842a3 commit 4bfa025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/getBaseurl.js
Expand Up @@ -2,7 +2,7 @@
* Module dependencies
*/

var _ = require ('lodash');
var _ = require('@sailshq/lodash');



Expand Down

1 comment on commit 4bfa025

@mikermcneil
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future reference, regexp:

require\s*\(\s*[\'\"]\s*lodash\s*[\'\"]\s*\)

again, re #3863

Please sign in to comment.