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.
2 parents ff7d3da + 7a94ef2 commit 16729b2Copy full SHA for 16729b2
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