diff --git a/addon/ng2/commands/easter-egg.ts b/addon/ng2/commands/easter-egg.ts index 8f44d7cc300e..48079e668c34 100644 --- a/addon/ng2/commands/easter-egg.ts +++ b/addon/ng2/commands/easter-egg.ts @@ -1,5 +1,6 @@ import * as Command from 'ember-cli/lib/models/command'; import * as Promise from 'ember-cli/lib/ext/promise'; +import * as stringUtils from 'ember-cli-string-utils'; import * as chalk from 'chalk'; @@ -14,7 +15,6 @@ module.exports = function(name) { works: 'insideProject', run: function (commandOptions, rawArgs): Promise { - var stringUtils = require('ember-cli/lib/utilities/string'); this[stringUtils.camelize(this.name)](commandOptions, rawArgs); return Promise.resolve();