You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wow that is annoying. They are added back in to be consistent with our recommendations. Until grunt is no longer an actual peer dep. >=0.4.0 should match 1.0.0-rc1 but if it doesn't... sigh. I guess we'll have to nuke them or just never release pre-release versions.
Hi. I think peerDependencies is deprecated but added again in the package.json.
Remove peerDeps. Ref gruntjs/grunt#1116: 4557d04
Add grunt >=0.4.0 as a peerDep: a368347
If it has
grunt >= 0.4.0
in peerDependencies, I can't use Grunt v1.0.0-rc1 with npm 2.x.In this environment,
Thank you.
The text was updated successfully, but these errors were encountered: