Fixed minor bugs, updated gulp script.

This commit is contained in:
Tobias Blum
2017-02-05 15:27:16 +01:00
parent c83a560d30
commit 526872e8ff
7 changed files with 76 additions and 81 deletions
+3 -4
View File
@@ -1,6 +1,6 @@
{
"name": "mc_lighting",
"version": "1.0.0",
"version": "2.0.0",
"description": "Web client for Mc Lighting",
"main": "index.html",
"scripts": {
@@ -11,9 +11,8 @@
"dependencies": {
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-connect": "^4.0.0",
"gulp-file-include": "^0.13.7",
"materialize-css": "^0.97.6",
"gulp-connect": "^5.0.0",
"gulp-file-include": "^1.0.0",
"request": "^2.72.0"
}
}