Skip to content

Commit

Permalink
chore(templates): remove cheerio from npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela committed May 4, 2016
1 parent 9705d23 commit ee3e3eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/angular-templates-runtime/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Package.describe({

Npm.depends({
'html-minifier' : '0.6.9',
'uglify-js': '2.4.24',
'cheerio': '0.19.0' // why do we keep it?
'uglify-js': '2.4.24'
});

Package.onUse(function(api) {
Expand Down

0 comments on commit ee3e3eb

Please sign in to comment.