Skip to content

Commit 6f973a9

Browse files
Updates readme, bower info
1 parent 3be567e commit 6f973a9

7 files changed

+9
-7
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ I recommend getting the eBook [Handling Time](https://sellfy.com/p/8gxZ) as it h
1515
- Include timepicker-addon script located in the `dist` directory.
1616
- now use timepicker with `$('#selector').datetimepicker()` or `$('#selector').timepicker()`.
1717

18+
There is also a [Bower](http://bower.io/) package named `jqueryui-timepicker-addon`. Beware there are other similar package names that point to forks which may not be current.
19+
1820
Contributing Code - Please Read!
1921
--------------------------------
2022
- All code contributions and bug reports are much appreciated.

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "jquery-timepicker-addon",
3-
"version": "1.4.1",
2+
"name": "jqueryui-timepicker-addon",
3+
"version": "1.4.2",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/trentrichardson/jQuery-Timepicker-Addon.git"

dist/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>Requirements</h3>
126126
<h3>Version</h3>
127127
<p>Version 1.4.2</p>
128128

129-
<p>Last updated on 2013-11-18</p>
129+
<p>Last updated on 2013-11-23</p>
130130
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under the MIT license.</p>
131131
<p><a href="http://trentrichardson.com/Impromptu/MIT-LICENSE.txt" title="MIT License">MIT License</a></p>
132132

dist/jquery-ui-timepicker-addon.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Timepicker Addon - v1.4.2 - 2013-11-18
1+
/*! jQuery Timepicker Addon - v1.4.2 - 2013-11-23
22
* http://trentrichardson.com/examples/timepicker
33
* Copyright (c) 2013 Trent Richardson; Licensed MIT */
44
(function ($) {

dist/jquery-ui-timepicker-addon.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery-ui-timepicker-addon.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery-ui-timepicker-addon.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "jQuery Timepicker Addon",
44
"description": "A timepicker addon for jQueryUI datepicker.",
55
"version": "1.4.2",
6-
"modified": "2013-11-18",
6+
"modified": "2013-11-23",
77
"homepage": "http://trentrichardson.com/examples/timepicker",
88
"author": {
99
"name": "Trent Richardson",

0 commit comments

Comments
 (0)