diff options
| author | 2013-12-15 14:00:42 +0100 | |
|---|---|---|
| committer | 2013-12-15 14:00:42 +0100 | |
| commit | 8fbde7a43b4f838df0379fdb4acd791713b639b7 (patch) | |
| tree | bb7e78afc6a34823e078ab64c6965321c6866e85 /pyload/web/package.json | |
| parent | added new file states (diff) | |
| download | pyload-8fbde7a43b4f838df0379fdb4acd791713b639b7.tar.xz | |
more options to get webUI through proxy working
Diffstat (limited to 'pyload/web/package.json')
| -rw-r--r-- | pyload/web/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/web/package.json b/pyload/web/package.json index 5de79a814..4ea7ce484 100644 --- a/pyload/web/package.json +++ b/pyload/web/package.json @@ -14,7 +14,7 @@ "grunt-contrib-jshint": "~0.4.1", "grunt-contrib-less": "~0.5.2", "grunt-contrib-cssmin": "~0.6.0", - "grunt-contrib-connect": "~0.2.0", + "grunt-contrib-connect": "~0.5.0", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-htmlmin": "~0.1.3", "grunt-contrib-requirejs": "~0.4.1", @@ -29,7 +29,7 @@ "grunt-concurrent": "~0.1.0", "matchdep": "~0.1.1", "rjs-build-analysis": "0.0.3", - "connect-livereload": "~0.2.0" + "connect-livereload": "~0.3.0" }, "engines": { "node": ">=0.8.0" |
