From b747a6d183d05f2e2e1e8cc560b2f9a39f0869bc Mon Sep 17 00:00:00 2001 From: i-break-codes Date: Tue, 22 Nov 2016 02:04:26 +0530 Subject: [PATCH] fix typo in info comment --- gulpfile.js | 10 ++++++++++ index.html | 2 +- src/scripts/app.js | 2 +- src/scripts/helper.js | 2 +- src/scripts/localstorage.js | 2 +- src/stylesheets/app.scss | 2 +- 6 files changed, 15 insertions(+), 5 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 627f425..a638c89 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,3 +1,13 @@ +/** + * scrum-board + * + * @category scrum-board + * @author Vaibhav Mehta + * @copyright Copyright (c) 2016 Vaibhav Mehta + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 1.0 Beta + */ + var gulp = require('gulp'), browserSync = require('browser-sync'), sass = require('gulp-sass'), diff --git a/index.html b/index.html index 1e4b97c..2d60847 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@