diff options
author | Hakim El Hattab | 2014-10-16 13:50:50 +0200 |
---|---|---|
committer | Hakim El Hattab | 2014-10-16 13:50:59 +0200 |
commit | eec72c1491cda1c42ed8b3c40959892755aa2e93 (patch) | |
tree | f341a309bda9dcd899c8cef0fa334b45097619da /package.json | |
parent | 1f5369a43ec9d690298c633fcb6c0d595bb1ca04 (diff) |
update grunt connect for more hostname flexibility #981
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6120b92..61768f0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "grunt-contrib-uglify": "~0.2.4", "grunt-contrib-watch": "~0.5.3", "grunt-sass": "~0.14.0", - "grunt-contrib-connect": "~0.5.0", + "grunt-contrib-connect": "~0.8.0", "grunt-autoprefixer": "~1.0.1", "grunt-zip": "~0.7.0", "grunt": "~0.4.0", |