-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,21 +18,21 @@ | |
"url": "git://github.com/breeswish/express-minify.git" | ||
}, | ||
"dependencies": { | ||
"coffee-script": "^1.9.0", | ||
"cssmin": "^0.4.2", | ||
"less": "^2.4.0", | ||
"coffee-script": "^1.9.2", | ||
"cssmin": "^0.4.3", | ||
"less": "^2.5.0", | ||
"node-json-minify": "^0.1.3-a", | ||
"node-sass": "^2.0.1", | ||
"node-sass": "^3.1.1", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
breezewish
Author
Owner
|
||
"on-headers": "^1.0.0", | ||
"stylus": "^0.50.0", | ||
"uglify-js": "^2.4.16" | ||
"stylus": "^0.51.1", | ||
"uglify-js": "^2.4.21" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^2.1.0", | ||
"supertest": "^0.15.0", | ||
"should": "^5.0.0", | ||
"mocha": "^2.2.5", | ||
"supertest": "^1.0.1", | ||
"should": "^6.0.1", | ||
"async": "^0.9.0", | ||
"compression": "^1.4.0" | ||
"compression": "^1.4.4" | ||
}, | ||
"scripts": { | ||
"test": "mocha --check-leaks --reporter dot" | ||
|
2 comments
on commit 66a31a6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems there are some works with nothing to do with sass upgrading?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😄 you are so sharp-eyed !
@summerwish
Failure in dep upgrade with SunOS systems... details at OpenUserJS/OpenUserJS.org#631 and OpenUserJS/OpenUserJS.org#632 ... we have downgraded on production/dev and all is well so this should probably be retested in your package. Thanks. :)