gruntjs/grunt-contrib-stylus

Upgrade to 0.42 version of Stylus

leepowelldev opened this issue · 4 comments

So we can have block support.

It’s already updated:

  "dependencies": {
    "stylus": "~0.42.0",
    "nib": "~1.0.1"
  },

Has that been published to NPM, as the one I'm getting has 0.41

"dependencies": {
  "stylus": "~0.41.0",
  "nib": "~1.0.1"
 }

Odd, npm update failed to pull in the latest version. A uninstall and reinstall seems to have pulled down the right one. Thanks.