Skip to content

Commit 7a94ef2

Browse files
committed
require proper lodash
1 parent 325ee28 commit 7a94ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var CoreObject = require('core-object');
22
var chalk = require('chalk');
3-
var _ = require('lodash-node');
3+
var _ = require('lodash');
44

55
var DeployPluginBase = CoreObject.extend({
66
context: null,

0 commit comments

Comments
 (0)