Skip to content

Commit

Permalink
Merge pull request #10 from ember-cli-deploy/deps-problems
Browse files Browse the repository at this point in the history
require proper lodash
  • Loading branch information
ghedamat committed Apr 1, 2016
2 parents ff7d3da + 7a94ef2 commit 16729b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var CoreObject = require('core-object');
var chalk = require('chalk');
var _ = require('lodash-node');
var _ = require('lodash');

var DeployPluginBase = CoreObject.extend({
context: null,
Expand Down

0 comments on commit 16729b2

Please sign in to comment.