We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325ee28 commit 7a94ef2Copy full SHA for 7a94ef2
index.js
@@ -1,6 +1,6 @@
1
var CoreObject = require('core-object');
2
var chalk = require('chalk');
3
-var _ = require('lodash-node');
+var _ = require('lodash');
4
5
var DeployPluginBase = CoreObject.extend({
6
context: null,
0 commit comments