From c0a30c3e81876352da9819c29f7106f909dba7b2 Mon Sep 17 00:00:00 2001 From: Neha Kadam Date: Sat, 6 Apr 2019 14:04:23 +0530 Subject: [PATCH] Publish new version 0.1.39 Publish new version 0.1.39 --- DateTimePicker.jquery.json | 28 ++++---- Gruntfile.js | 92 ++++++++++---------------- bower.json | 2 +- dist/DateTimePicker-ltie9.css | 2 +- dist/DateTimePicker-ltie9.js | 2 +- dist/DateTimePicker-ltie9.min.js | 2 +- dist/DateTimePicker.css | 2 +- dist/DateTimePicker.js | 2 +- dist/DateTimePicker.min.js | 2 +- dist/DateTimePicker_iOS_fix.js | 2 +- dist/i18n/DateTimePicker-i18n-cs.js | 2 +- dist/i18n/DateTimePicker-i18n-de.js | 2 +- dist/i18n/DateTimePicker-i18n-en.js | 2 +- dist/i18n/DateTimePicker-i18n-es.js | 2 +- dist/i18n/DateTimePicker-i18n-fr.js | 2 +- dist/i18n/DateTimePicker-i18n-it.js | 2 +- dist/i18n/DateTimePicker-i18n-ja.js | 2 +- dist/i18n/DateTimePicker-i18n-ko.js | 2 +- dist/i18n/DateTimePicker-i18n-nb.js | 2 +- dist/i18n/DateTimePicker-i18n-nl.js | 2 +- dist/i18n/DateTimePicker-i18n-ro.js | 2 +- dist/i18n/DateTimePicker-i18n-ru.js | 2 +- dist/i18n/DateTimePicker-i18n-uk.js | 2 +- dist/i18n/DateTimePicker-i18n-zh-TW.js | 2 +- dist/i18n/DateTimePicker-i18n.js | 2 +- dist/i18n/DatetimePicker-i18n-zh-CN.js | 2 +- package-lock.json | 2 +- package.json | 92 +++++++++++++------------- src/DateTimePicker-ltie9.css | 2 +- src/DateTimePicker-ltie9.js | 2 +- src/DateTimePicker.css | 2 +- src/DateTimePicker.js | 2 +- src/DateTimePicker_iOS_fix.js | 2 +- src/i18n/DateTimePicker-i18n-cs.js | 2 +- src/i18n/DateTimePicker-i18n-de.js | 2 +- src/i18n/DateTimePicker-i18n-en.js | 2 +- src/i18n/DateTimePicker-i18n-es.js | 2 +- src/i18n/DateTimePicker-i18n-fr.js | 2 +- src/i18n/DateTimePicker-i18n-it.js | 2 +- src/i18n/DateTimePicker-i18n-ja.js | 2 +- src/i18n/DateTimePicker-i18n-ko.js | 2 +- src/i18n/DateTimePicker-i18n-nb.js | 2 +- src/i18n/DateTimePicker-i18n-nl.js | 2 +- src/i18n/DateTimePicker-i18n-ro.js | 2 +- src/i18n/DateTimePicker-i18n-ru.js | 2 +- src/i18n/DateTimePicker-i18n-uk.js | 2 +- src/i18n/DateTimePicker-i18n-zh-TW.js | 2 +- src/i18n/DateTimePicker-i18n.js | 2 +- src/i18n/DatetimePicker-i18n-zh-CN.js | 2 +- 49 files changed, 141 insertions(+), 163 deletions(-) diff --git a/DateTimePicker.jquery.json b/DateTimePicker.jquery.json index 29ee258..804405b 100755 --- a/DateTimePicker.jquery.json +++ b/DateTimePicker.jquery.json @@ -7,19 +7,19 @@ "keywords": ["date", "time", "datetime", "plugin", "picker", "DatePicker", "TimePicker", "DateTimePicker", "Responsive", "Flat", "Mobile", "jquery"], - "version": "0.1.38", + "version": "0.1.39", "author": { - "name": "Lajpat Shah", - "url": "https://github.com/lajpatshah" - }, + "name": "Lajpat Shah", + "url": "https://github.com/lajpatshah" + }, "maintainers": [ - { - "name": "Neha Kadam", - "url": "https://github.com/nehakadam" - } - ], + { + "name": "Neha Kadam", + "url": "https://github.com/nehakadam" + } + ], "repository": { @@ -32,11 +32,11 @@ "docs": "https://nehakadam.github.io/DateTimePicker/", "licenses": [ - { - "type": "MIT", - "url": "https://github.com/nehakadam/DateTimePicker/blob/master/LICENSE" - } - ], + { + "type": "MIT", + "url": "https://github.com/nehakadam/DateTimePicker/blob/master/LICENSE" + } + ], "dependencies": { diff --git a/Gruntfile.js b/Gruntfile.js index abe5ff8..10d60b9 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -16,87 +16,69 @@ module.exports = function(grunt) pkg: grunt.file.readJSON('package.json'), - concat: - { - lang: - { - options: - { + concat: { + lang: { + options: { separator: '\n\n\n\n', stripBanners: true, banner: sBanner }, - src: ['src/i18n/*', '!src/i18n/DateTimePicker-i18n.js'], - dest: 'src/i18n/DateTimePicker-i18n.js', - nonull: true - } + src: ['src/i18n/*', '!src/i18n/DateTimePicker-i18n.js'], + dest: 'src/i18n/DateTimePicker-i18n.js', + nonull: true + } }, - copy: - { + copy: { + main: { + expand: true, + cwd: 'src/', + src: '**', + dest: 'dist' + }, - main: - { - expand: true, - cwd: 'src/', - src: '**', - dest: 'dist' - }, - - lang: - { - expand: true, - cwd: 'src/i18n', - src: '**', - dest: 'dist/i18n' - } + lang: { + expand: true, + cwd: 'src/i18n', + src: '**', + dest: 'dist/i18n' + } }, - uglify: - { - options: - { + uglify: { + options: { banner: sBanner, compress: { drop_console: true } }, - build: - { - files: - { + build: { + files: { 'dist/<%= pkg.name %>.min.js': ['src/<%= pkg.name %>.js'], 'dist/<%= pkg.name %>-ltie9.min.js': ['src/<%= pkg.name %>-ltie9.js'] } } }, - cssmin: - { - options: - { + cssmin: { + options: { banner: sBanner }, - build: - { - files: - { + build: { + files: { 'dist/<%= pkg.name %>.min.css': ['src/<%= pkg.name %>.css'], 'dist/<%= pkg.name %>-ltie9.min.css': ['src/<%= pkg.name %>-ltie9.css'] } } }, - jshint: - { - dist: - { + jshint: { + dist: { src: ['src/DateTimePicker.js'] }, - options: - { + options: { strict: false, curly: false, eqeqeq: true, @@ -106,8 +88,7 @@ module.exports = function(grunt) //unused: true, //undef: true, - globals: - { + globals: { $: false, jQuery: false, define: false, @@ -120,15 +101,12 @@ module.exports = function(grunt) } }, - csslint: - { - dist: - { + csslint: { + dist: { src: ['src/DateTimePicker.css'] }, - options: - { + options: { "fallback-colors": false, "universal-selector": false, "box-sizing": false, diff --git a/bower.json b/bower.json index 389cae8..19fa944 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,7 @@ "input" ], - "version": "0.1.38", + "version": "0.1.39", "homepage": "https://nehakadam.github.io/DateTimePicker/", diff --git a/dist/DateTimePicker-ltie9.css b/dist/DateTimePicker-ltie9.css index b0fbd70..dc78842 100755 --- a/dist/DateTimePicker-ltie9.css +++ b/dist/DateTimePicker-ltie9.css @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/DateTimePicker-ltie9.js b/dist/DateTimePicker-ltie9.js index 3c9ffac..3834df1 100755 --- a/dist/DateTimePicker-ltie9.js +++ b/dist/DateTimePicker-ltie9.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/DateTimePicker-ltie9.min.js b/dist/DateTimePicker-ltie9.min.js index 40ad535..cf46bac 100644 --- a/dist/DateTimePicker-ltie9.min.js +++ b/dist/DateTimePicker-ltie9.min.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/DateTimePicker.css b/dist/DateTimePicker.css index afbe65f..57390c5 100755 --- a/dist/DateTimePicker.css +++ b/dist/DateTimePicker.css @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/DateTimePicker.js b/dist/DateTimePicker.js index 2adceeb..492be67 100644 --- a/dist/DateTimePicker.js +++ b/dist/DateTimePicker.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/DateTimePicker.min.js b/dist/DateTimePicker.min.js index db11d13..7c161c2 100644 --- a/dist/DateTimePicker.min.js +++ b/dist/DateTimePicker.min.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/DateTimePicker_iOS_fix.js b/dist/DateTimePicker_iOS_fix.js index 73f5e78..6f370a0 100644 --- a/dist/DateTimePicker_iOS_fix.js +++ b/dist/DateTimePicker_iOS_fix.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DateTimePicker-i18n-cs.js b/dist/i18n/DateTimePicker-i18n-cs.js index 5daf377..c4fa1f4 100644 --- a/dist/i18n/DateTimePicker-i18n-cs.js +++ b/dist/i18n/DateTimePicker-i18n-cs.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DateTimePicker-i18n-de.js b/dist/i18n/DateTimePicker-i18n-de.js index fb3b5d1..7c89c39 100644 --- a/dist/i18n/DateTimePicker-i18n-de.js +++ b/dist/i18n/DateTimePicker-i18n-de.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DateTimePicker-i18n-en.js b/dist/i18n/DateTimePicker-i18n-en.js index 006d198..2cfc150 100644 --- a/dist/i18n/DateTimePicker-i18n-en.js +++ b/dist/i18n/DateTimePicker-i18n-en.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DateTimePicker-i18n-es.js b/dist/i18n/DateTimePicker-i18n-es.js index 133f96d..09e3c08 100644 --- a/dist/i18n/DateTimePicker-i18n-es.js +++ b/dist/i18n/DateTimePicker-i18n-es.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DateTimePicker-i18n-fr.js b/dist/i18n/DateTimePicker-i18n-fr.js index 6673626..fe1edd9 100644 --- a/dist/i18n/DateTimePicker-i18n-fr.js +++ b/dist/i18n/DateTimePicker-i18n-fr.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DateTimePicker-i18n-it.js b/dist/i18n/DateTimePicker-i18n-it.js index 78d515d..9b73498 100644 --- a/dist/i18n/DateTimePicker-i18n-it.js +++ b/dist/i18n/DateTimePicker-i18n-it.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DateTimePicker-i18n-ja.js b/dist/i18n/DateTimePicker-i18n-ja.js index 40325d9..58d9c78 100755 --- a/dist/i18n/DateTimePicker-i18n-ja.js +++ b/dist/i18n/DateTimePicker-i18n-ja.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DateTimePicker-i18n-ko.js b/dist/i18n/DateTimePicker-i18n-ko.js index 89b9b84..e593019 100755 --- a/dist/i18n/DateTimePicker-i18n-ko.js +++ b/dist/i18n/DateTimePicker-i18n-ko.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DateTimePicker-i18n-nb.js b/dist/i18n/DateTimePicker-i18n-nb.js index 53694ee..2f8ca37 100644 --- a/dist/i18n/DateTimePicker-i18n-nb.js +++ b/dist/i18n/DateTimePicker-i18n-nb.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DateTimePicker-i18n-nl.js b/dist/i18n/DateTimePicker-i18n-nl.js index 49a1302..ee58a59 100644 --- a/dist/i18n/DateTimePicker-i18n-nl.js +++ b/dist/i18n/DateTimePicker-i18n-nl.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DateTimePicker-i18n-ro.js b/dist/i18n/DateTimePicker-i18n-ro.js index b9cda21..0cf310d 100644 --- a/dist/i18n/DateTimePicker-i18n-ro.js +++ b/dist/i18n/DateTimePicker-i18n-ro.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DateTimePicker-i18n-ru.js b/dist/i18n/DateTimePicker-i18n-ru.js index 90f60fe..a8ba0da 100644 --- a/dist/i18n/DateTimePicker-i18n-ru.js +++ b/dist/i18n/DateTimePicker-i18n-ru.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DateTimePicker-i18n-uk.js b/dist/i18n/DateTimePicker-i18n-uk.js index 63160a2..647ab6d 100644 --- a/dist/i18n/DateTimePicker-i18n-uk.js +++ b/dist/i18n/DateTimePicker-i18n-uk.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DateTimePicker-i18n-zh-TW.js b/dist/i18n/DateTimePicker-i18n-zh-TW.js index 5f9be8e..e38cedb 100644 --- a/dist/i18n/DateTimePicker-i18n-zh-TW.js +++ b/dist/i18n/DateTimePicker-i18n-zh-TW.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DateTimePicker-i18n.js b/dist/i18n/DateTimePicker-i18n.js index fa3c85f..c6fc521 100644 --- a/dist/i18n/DateTimePicker-i18n.js +++ b/dist/i18n/DateTimePicker-i18n.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/dist/i18n/DatetimePicker-i18n-zh-CN.js b/dist/i18n/DatetimePicker-i18n-zh-CN.js index 21f866d..a783e83 100644 --- a/dist/i18n/DatetimePicker-i18n-zh-CN.js +++ b/dist/i18n/DatetimePicker-i18n-zh-CN.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/package-lock.json b/package-lock.json index c283972..1d7e191 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "datetimepicker", - "version": "0.1.38", + "version": "0.1.39", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index be4d32b..81f8cce 100644 --- a/package.json +++ b/package.json @@ -1,48 +1,48 @@ { - "name": "datetimepicker", - "version": "0.1.38", - "description": "Responsive flat design jQuery DateTime Picker plugin for Web & Mobile", - "keywords": [ - "date", - "time", - "picker", - "flat", - "jquery", - "datetimepicker", - "datepicker", - "timepicker", - "input" - ], - "bugs": { - "url": "https://github.com/nehakadam/DateTimePicker/issues", - "email": "nehakadam9@gmail.com" - }, - "author": "Neha Kadam (https://github.com/nehakadam)", - "_npmUser": { - "name": "nehakadam", - "email": "nehakadam9@gmail.com" - }, - "homepage": "https://nehakadam.github.io/DateTimePicker/", - "main": "dist/DateTimePicker.min.js", - "repository": { - "type": "git", - "url": "git://github.com:nehakadam/DateTimePicker.git" - }, - "devDependencies": { - "grunt": "^1.0.4", - "grunt-contrib-concat": "^1.0.1", - "grunt-contrib-copy": "^1.0.0", - "grunt-contrib-csslint": "^2.0.0", - "grunt-contrib-cssmin": "^3.0.0", - "grunt-contrib-jshint": "^2.1.0", - "grunt-contrib-uglify": "^4.0.1" - }, - "peerDependencies": { - "jquery": ">=1.0.0" - }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "license": "MIT", - "dependencies": {} + "name": "datetimepicker", + "version": "0.1.39", + "description": "Responsive flat design jQuery DateTime Picker plugin for Web & Mobile", + "keywords": [ + "date", + "time", + "picker", + "flat", + "jquery", + "datetimepicker", + "datepicker", + "timepicker", + "input" + ], + "bugs": { + "url": "https://github.com/nehakadam/DateTimePicker/issues", + "email": "nehakadam9@gmail.com" + }, + "author": "Neha Kadam (https://github.com/nehakadam)", + "_npmUser": { + "name": "nehakadam", + "email": "nehakadam9@gmail.com" + }, + "homepage": "https://nehakadam.github.io/DateTimePicker/", + "main": "dist/DateTimePicker.min.js", + "repository": { + "type": "git", + "url": "git://github.com:nehakadam/DateTimePicker.git" + }, + "devDependencies": { + "grunt": "^1.0.4", + "grunt-contrib-concat": "^1.0.1", + "grunt-contrib-copy": "^1.0.0", + "grunt-contrib-csslint": "^2.0.0", + "grunt-contrib-cssmin": "^3.0.0", + "grunt-contrib-jshint": "^2.1.0", + "grunt-contrib-uglify": "^4.0.1" + }, + "peerDependencies": { + "jquery": ">=1.0.0" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "license": "MIT", + "dependencies": {} } diff --git a/src/DateTimePicker-ltie9.css b/src/DateTimePicker-ltie9.css index b0fbd70..dc78842 100755 --- a/src/DateTimePicker-ltie9.css +++ b/src/DateTimePicker-ltie9.css @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/DateTimePicker-ltie9.js b/src/DateTimePicker-ltie9.js index 3c9ffac..3834df1 100755 --- a/src/DateTimePicker-ltie9.js +++ b/src/DateTimePicker-ltie9.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/DateTimePicker.css b/src/DateTimePicker.css index afbe65f..57390c5 100755 --- a/src/DateTimePicker.css +++ b/src/DateTimePicker.css @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/DateTimePicker.js b/src/DateTimePicker.js index 2adceeb..492be67 100755 --- a/src/DateTimePicker.js +++ b/src/DateTimePicker.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/DateTimePicker_iOS_fix.js b/src/DateTimePicker_iOS_fix.js index 73f5e78..6f370a0 100644 --- a/src/DateTimePicker_iOS_fix.js +++ b/src/DateTimePicker_iOS_fix.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DateTimePicker-i18n-cs.js b/src/i18n/DateTimePicker-i18n-cs.js index 5daf377..c4fa1f4 100755 --- a/src/i18n/DateTimePicker-i18n-cs.js +++ b/src/i18n/DateTimePicker-i18n-cs.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DateTimePicker-i18n-de.js b/src/i18n/DateTimePicker-i18n-de.js index fb3b5d1..7c89c39 100755 --- a/src/i18n/DateTimePicker-i18n-de.js +++ b/src/i18n/DateTimePicker-i18n-de.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DateTimePicker-i18n-en.js b/src/i18n/DateTimePicker-i18n-en.js index 006d198..2cfc150 100755 --- a/src/i18n/DateTimePicker-i18n-en.js +++ b/src/i18n/DateTimePicker-i18n-en.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DateTimePicker-i18n-es.js b/src/i18n/DateTimePicker-i18n-es.js index 133f96d..09e3c08 100644 --- a/src/i18n/DateTimePicker-i18n-es.js +++ b/src/i18n/DateTimePicker-i18n-es.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DateTimePicker-i18n-fr.js b/src/i18n/DateTimePicker-i18n-fr.js index 6673626..fe1edd9 100755 --- a/src/i18n/DateTimePicker-i18n-fr.js +++ b/src/i18n/DateTimePicker-i18n-fr.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DateTimePicker-i18n-it.js b/src/i18n/DateTimePicker-i18n-it.js index 78d515d..9b73498 100644 --- a/src/i18n/DateTimePicker-i18n-it.js +++ b/src/i18n/DateTimePicker-i18n-it.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DateTimePicker-i18n-ja.js b/src/i18n/DateTimePicker-i18n-ja.js index 40325d9..58d9c78 100755 --- a/src/i18n/DateTimePicker-i18n-ja.js +++ b/src/i18n/DateTimePicker-i18n-ja.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DateTimePicker-i18n-ko.js b/src/i18n/DateTimePicker-i18n-ko.js index 89b9b84..e593019 100755 --- a/src/i18n/DateTimePicker-i18n-ko.js +++ b/src/i18n/DateTimePicker-i18n-ko.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DateTimePicker-i18n-nb.js b/src/i18n/DateTimePicker-i18n-nb.js index 53694ee..2f8ca37 100644 --- a/src/i18n/DateTimePicker-i18n-nb.js +++ b/src/i18n/DateTimePicker-i18n-nb.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DateTimePicker-i18n-nl.js b/src/i18n/DateTimePicker-i18n-nl.js index 49a1302..ee58a59 100644 --- a/src/i18n/DateTimePicker-i18n-nl.js +++ b/src/i18n/DateTimePicker-i18n-nl.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DateTimePicker-i18n-ro.js b/src/i18n/DateTimePicker-i18n-ro.js index b9cda21..0cf310d 100644 --- a/src/i18n/DateTimePicker-i18n-ro.js +++ b/src/i18n/DateTimePicker-i18n-ro.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DateTimePicker-i18n-ru.js b/src/i18n/DateTimePicker-i18n-ru.js index 90f60fe..a8ba0da 100644 --- a/src/i18n/DateTimePicker-i18n-ru.js +++ b/src/i18n/DateTimePicker-i18n-ru.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DateTimePicker-i18n-uk.js b/src/i18n/DateTimePicker-i18n-uk.js index 63160a2..647ab6d 100644 --- a/src/i18n/DateTimePicker-i18n-uk.js +++ b/src/i18n/DateTimePicker-i18n-uk.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DateTimePicker-i18n-zh-TW.js b/src/i18n/DateTimePicker-i18n-zh-TW.js index 5f9be8e..e38cedb 100755 --- a/src/i18n/DateTimePicker-i18n-zh-TW.js +++ b/src/i18n/DateTimePicker-i18n-zh-TW.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DateTimePicker-i18n.js b/src/i18n/DateTimePicker-i18n.js index fa3c85f..c6fc521 100755 --- a/src/i18n/DateTimePicker-i18n.js +++ b/src/i18n/DateTimePicker-i18n.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker diff --git a/src/i18n/DatetimePicker-i18n-zh-CN.js b/src/i18n/DatetimePicker-i18n-zh-CN.js index 21f866d..a783e83 100644 --- a/src/i18n/DatetimePicker-i18n-zh-CN.js +++ b/src/i18n/DatetimePicker-i18n-zh-CN.js @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------------- jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile - Version 0.1.38 + Version 0.1.39 Copyright (c)2014-2019 Lajpat Shah Contributors : https://github.com/nehakadam/DateTimePicker/contributors Repository : https://github.com/nehakadam/DateTimePicker