Skip to content

Commit

Permalink
Always use less@2.6.1
Browse files Browse the repository at this point in the history
Fixes #1

- Due to less/less.js#2896
  • Loading branch information
nknapp committed May 9, 2016
1 parent 772f5a1 commit 04029a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"preversion": "npm run thoughtcheck"
},
"dependencies": {
"less": "^2.5.3",
"less": "2.6.1",
"lodash": "^3.10.1",
"q": "^1.4.1"
},
Expand Down

4 comments on commit 04029a1

@matthew-dean
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now fixed.

@nknapp
Copy link
Member Author

@nknapp nknapp commented on 04029a1 May 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll leave it like this for the moment anyway. Unless there is a good reason for a version bump.

@matthew-dean
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nknapp The main thing is Node 6.0+ compatibility, which 2.7.x addresses.

@nknapp
Copy link
Member Author

@nknapp nknapp commented on 04029a1 May 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok. That is a good reason. Well, I'll just unpublish version 0.2.4 as well.

Please sign in to comment.