We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newer versions of coffee lint has some new feature/bug that causes my build to be broken. See this issue for details: clutchski/coffeelint#504
I believe this is due to the liberal upgrade policy in the devDependencies section of package.json:
"devDependencies": { "grunt": "~0.4", "grunt-bump": "~0.0.7", "grunt-npm": "~0.0.2", "grunt-auto-release": "0.0.6", "coffeelint": "^1" },
My suggestion is to specify the dependency versions without auto upgrade so that transient dependencies won't brake the dependants of this package.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Newer versions of coffee lint has some new feature/bug that causes my build to be broken. See this issue for details:
clutchski/coffeelint#504
I believe this is due to the liberal upgrade policy in the devDependencies section of package.json:
My suggestion is to specify the dependency versions without auto upgrade so that transient dependencies won't brake the dependants of this package.
The text was updated successfully, but these errors were encountered: