Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addon/ng2/commands/easter-egg.ts
Original file line number Diff line number Diff line change
@@ -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';


Expand All @@ -14,7 +15,6 @@ module.exports = function(name) {
works: 'insideProject',

run: function (commandOptions, rawArgs): Promise<void> {
var stringUtils = require('ember-cli/lib/utilities/string');
this[stringUtils.camelize(this.name)](commandOptions, rawArgs);

return Promise.resolve();
Expand Down