Skip to content

Commit 2aeb730

Browse files
committed
Revert "resolve ala node_module resolution algorithim (NPM v3 support);"
This reverts commit d59e7f2.
1 parent 18864ab commit 2aeb730

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
@@ -4,7 +4,7 @@ module.exports = {
44
name: 'Ember CLI ic-ajax',
55

66
init: function(name) {
7-
this.treePaths['vendor'] = require.resolve('ic-ajax').replace('ic-ajax/dist/cjs/main.js', '');
7+
this.treePaths['vendor'] = 'node_modules';
88
},
99

1010
included: function(app) {

0 commit comments

Comments
 (0)