Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Support Grunt 1.0, update deps
Browse files Browse the repository at this point in the history
closes #27
  • Loading branch information
matz3 committed Apr 25, 2016
1 parent e26c3c0 commit 046e8ca
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@
"url-join": "0.0.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-eslint": "^17.3.1",
"eslint": "^1.10.3",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.1",
"grunt-eslint": "^17.3.2",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.3.4"
},
"peerDependencies": {
"grunt": "~0.4.5"
"grunt": ">=0.4.0"
}
}

0 comments on commit 046e8ca

Please sign in to comment.