vkadam / grunt-jsbeautifier

Beautify js, css, html and json files using Grunt and https://github.com/einars/js-beautify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why require latest dependencies?

bmoeskau opened this issue · comments

As per my comment here, I'm not sure why this package was switched to use the latest version of all dependencies? Now I get this every time I run npm install:

npm WARN unmet dependency /Users/Brian/Dropbox/Projects/L7/retriever/node_modules/grunt-jsbeautifier requires underscore.string@'latest' but will load
npm WARN unmet dependency /Users/Brian/Dropbox/Projects/L7/retriever/node_modules/underscore.string,
npm WARN unmet dependency which is version 2.3.3

Seems like it would make more sense to stick to some kind of predictable version strategy for dependencies?

I have started working on 0.3.0 now, will get this fixed in it.

Fixed in 0.2.7

Excellent, thanks