Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
Also, point main to task.
  • Loading branch information
XhmikosR committed Mar 18, 2016
1 parent d60bcf5 commit eb295c5
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 @@ -11,23 +11,24 @@
"engines": {
"node": ">=0.10.0"
},
"main": "tasks/sass.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "^0.9.0",
"async": "^1.5.2",
"chalk": "^1.0.0",
"cross-spawn": "^0.2.3",
"cross-spawn": "^2.1.5",
"dargs": "^4.0.0",
"which": "^1.0.5"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-internal": "^0.4.10",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1"
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
Expand Down

0 comments on commit eb295c5

Please sign in to comment.