Skip to content

Commit 55f56ae

Browse files
committed
Merge pull request #397 from paladox/patch-2
Downgrade maxmin to 1.1.0 since 2.x does not support nodejs 0.10
2 parents a75d773 + d9d884c commit 55f56ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"chalk": "^1.0.0",
2020
"lodash": "^4.0.1",
21-
"maxmin": "^2.0.0",
21+
"maxmin": "^1.1.0",
2222
"uglify-js": "~2.6.2",
2323
"uri-path": "^1.0.0"
2424
},

0 commit comments

Comments
 (0)