From 64f7cce4448c26b63a3bb3bc1b713393f76824ec Mon Sep 17 00:00:00 2001
From: licui
Date: Tue, 31 Oct 2017 15:18:43 -0400
Subject: [PATCH] update grunt-contrib-jshint version to fix an issue: path
must be a string
---
package.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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",