From 00ba0591ef17bdbe4e71ef2f49bfe2b28f273f9d Mon Sep 17 00:00:00 2001 From: puru1joy Date: Sun, 27 Mar 2016 00:08:45 +0530 Subject: [PATCH] update to readme --- .gitattributes | 35 +---------------------------------- README.md | 4 ++++ 2 files changed, 5 insertions(+), 34 deletions(-) diff --git a/.gitattributes b/.gitattributes index 7ff2800..497e2e7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,44 +13,13 @@ # # source code -*.php text *.css text -*.sass text *.scss text -*.less text -*.styl text *.js text -*.ts text *.coffee text *.json text -*.htm text *.html text -*.xml text *.svg text -*.txt text -*.ini text -*.inc text -*.pl text -*.rb text -*.py text -*.scm text -*.sql text -*.sh text -*.bat text - -# templates -*.ejs text -*.hbt text -*.jade text -*.haml text -*.hbs text -*.dot text -*.tmpl text -*.phtml text -*.latte text - -# server config -.htaccess text # git config .gitattributes text @@ -64,9 +33,7 @@ .csslintrc text # misc config -*.yaml text -*.yml text -.editorconfig text +.jsbeautifyrc # build config *.npmignore text diff --git a/README.md b/README.md index 742256a..733a09a 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,10 @@ What should it output? ... well it is interpreted as 1st October 2016 in some br For more information refer [link](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse). +### Draggabilly + +This is an optional dependency if you want to make the dial draggable in time picker in minute which makes it useful there to select values which are not a divisor of 5 (e.g 3, 6) or in layman terms the values which come between 5, 10, 15, etc. + ### What's included In the repo you'll find the following directories and files.