Skip to content

Commit

Permalink
Merge pull request #4959 from runspired/patch-2
Browse files Browse the repository at this point in the history
[BUGFIX] remove forgotten broccoli-stew import
  • Loading branch information
bmac authored May 3, 2017
2 parents 7e9ebda + 2b73e70 commit 166558c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var path = require('path');
var SilentError = require('silent-error');
var Funnel = require('broccoli-funnel');
var Rollup = require('broccoli-rollup');
var stew = require('broccoli-stew');
var Babel = require('broccoli-babel-transpiler');
var merge = require('broccoli-merge-trees');
var version = require('./lib/version');
Expand Down

0 comments on commit 166558c

Please sign in to comment.