Merge branch 'MDL-50277-master' of git://github.com/andrewnicols/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2015-05-20 11:04:56 +02:00
commit 2e365978de
2 changed files with 6 additions and 5 deletions

View File

@ -3,9 +3,10 @@
"private": true,
"description": "Moodle",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.7.0",
"shifter": "~0.5.0"
"grunt": "0.4.5",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-uglify": "0.9.1",
"shifter": "0.5.0",
"uglify-js": "2.4.22"
}
}

File diff suppressed because one or more lines are too long