Skip to content

Commit 16729b2

Browse files
committed
Merge pull request #10 from ember-cli-deploy/deps-problems
require proper lodash
2 parents ff7d3da + 7a94ef2 commit 16729b2

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)