Skip to content

Commit

Permalink
fix(generators/app): set an upper bound on those dependencies that ch…
Browse files Browse the repository at this point in the history
…anged over (or are expected to) to favor `coffeescript` over `coffee-script`
  • Loading branch information
cueedee committed Oct 6, 2017
1 parent fa95c96 commit a858780
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -567,12 +567,12 @@ var AppGenerator = Generator.extend(
[
'browserify'
, 'browserify-shim'
, 'coffeeify'
, 'coffee-script'
, 'coffeeify@<3'
, 'coffee-script@<2'
, 'grunt'
, 'grunt-browserify'
, 'grunt-coffee-jshint'
, 'grunt-coffeelint'
, 'grunt-coffee-jshint@<2'
, 'grunt-coffeelint@<1'
, 'grunt-contrib-clean'
, 'grunt-contrib-compass'
, 'grunt-contrib-compress'
Expand Down

0 comments on commit a858780

Please sign in to comment.