From a0c80e62a89650817aec1b12edab990061e3fc2b Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sun, 30 Apr 2017 14:59:22 +0200 Subject: [PATCH] fixed package.json bug --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85a1fd3..b570a78 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gulp-sass": "^2.0.1", "gulp-shell": "^0.5.2", "gulp-watch": "^4.2.4", - "gulp-webserver": "^0.9.1", + "gulp-webserver": "^0.9.1" }, "dependencies": {} }