build: Update various devDependencies to latest

* grunt-contrib-copy     : 0.8.0 -> 0.8.2
* grunt-jsonlint         : 1.0.4 -> 1.0.6
* grunt-jscs             : 2.1.0 -> 2.5.0

Change-Id: Ia66996d4ccf48bb8baab792fda5cd67863b31575
This commit is contained in:
James D. Forrester 2015-12-11 12:59:17 -08:00
parent e24e2ed7cf
commit 90045db7a3

View file

@ -11,13 +11,13 @@
"devDependencies": { "devDependencies": {
"grunt": "0.4.5", "grunt": "0.4.5",
"grunt-cli": "0.1.13", "grunt-cli": "0.1.13",
"grunt-jsonlint": "1.0.4", "grunt-jsonlint": "1.0.6",
"grunt-banana-checker": "0.4.0", "grunt-banana-checker": "0.4.0",
"grunt-contrib-copy": "0.8.0", "grunt-contrib-copy": "0.8.2",
"grunt-contrib-csslint": "0.5.0", "grunt-contrib-csslint": "0.5.0",
"grunt-contrib-jshint": "0.11.3", "grunt-contrib-jshint": "0.11.3",
"grunt-contrib-watch": "0.6.1", "grunt-contrib-watch": "0.6.1",
"grunt-jscs": "2.1.0", "grunt-jscs": "2.5.0",
"grunt-tyops": "0.1.0" "grunt-tyops": "0.1.0"
} }
} }