Skip to content

Commit 01a247a

Browse files
committed
fixes new ember-cli folder location
1 parent 94d6e14 commit 01a247a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Diff for: deploy.js

+2-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22

33
// `require.main.require` so that plugin even works when linked with `npm link`
44
// see https://github.com/npm/npm/issues/5875 / http://stackoverflow.com/a/25800501
5-
//
6-
// hint:
7-
// this asumes a flat node_modules structure with ember-cli and angular-cli on top
8-
// and does not work in NPM 2 until ember-cli is directly in package.json
9-
var Command = require.main.require('ember-cli/lib/models/command');
10-
var Promise = require.main.require('ember-cli/lib/ext/promise');
11-
var WebpackBuild = require.main.require('angular-cli/tasks/build-webpack');
5+
var Command = require.main.require('../../ember-cli/lib/models/command');
6+
var Promise = require.main.require('../../ember-cli/lib/ext/promise');
127

138
var path = require('path');
149
var fs = require('fs');

0 commit comments

Comments
 (0)