Skip to content

Commit 50675ef

Browse files
committed
Merge pull request #21 from havenchyk/master
Updated dependencies
2 parents f68de12 + e238227 commit 50675ef

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
language: node_js
22
node_js:
3+
- "5"
4+
- "4"
35
- "0.12"

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,14 @@
2525
"dependencies": {
2626
"chalk": "^1.0.0",
2727
"csso": "^1.4.1",
28-
"maxmin": "^1.0.0"
28+
"maxmin": "^2.0.0"
2929
},
3030
"devDependencies": {
3131
"grunt": "^0.4.5",
3232
"grunt-cli": "^0.1.13",
33-
"grunt-contrib-clean": "^0.6.0",
33+
"grunt-contrib-clean": "^0.7.0",
3434
"grunt-contrib-nodeunit": "^0.4.1"
3535
},
36-
"peerDependencies": {
37-
"grunt": "^0.4.5"
38-
},
3936
"keywords": [
4037
"gruntplugin",
4138
"minifier",

0 commit comments

Comments
 (0)