File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
// `require.main.require` so that plugin even works when linked with `npm link`
4
4
// 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' ) ;
12
7
13
8
var path = require ( 'path' ) ;
14
9
var fs = require ( 'fs' ) ;
You can’t perform that action at this time.
0 commit comments