diff --git a/package.json b/package.json index 1931186..aadf096 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "grunt serve", "scripts": { "test": "grunt test", - "deploy" : "bower install && aws s3 cp public/ s3://cdn.openfin.co/demos/hello/ --recursive --cache-control max-age=60", + "deploy": "bower install && aws s3 cp public/ s3://cdn.openfin.co/demos/hello/ --recursive --cache-control max-age=60", "start": "grunt serve", "postinstall": "bower install" }, @@ -23,7 +23,7 @@ "express": "^4.2.0", "grunt": "^0.4", "grunt-cli": "^0.1", - "grunt-contrib-jshint": "^0.10", + "grunt-contrib-jshint": "^0.12", "grunt-contrib-watch": "^0.6", "grunt-jsbeautifier": "^0.2.7", "grunt-contrib-connect": "^0.8.0",