Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan503 committed Dec 22, 2018
2 parents f0024e9 + 819a930 commit 988c67b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ An accessible polyfill for `<input type='time'/>` elements.

Demo available here: https://dan503.github.io/time-input-polyfill/

**Note:** If the recommended version in this documentation is out of sync with the npm version, this is because npm only allows readme edits to be committed through full releases. To prevent needless cache invalidation, I'll only update the recommended version number when there are actual changes to the polyfill code. The current recommended version is `1.0.1`. As long as you are using a version that is equal to or higher than that, you are using the latest version of the polyfill.

## Fastest and easiest way to implement

Add the following script element to your page:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "time-input-polyfill",
"description": "An accessible polyfill for `<input type='time'/>` elements modeled after the Chrome & Firefox implementations.",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",
"jsdelivr": "dist/time-input-polyfill.auto.min.js",
"dependencies": {},
Expand Down

0 comments on commit 988c67b

Please sign in to comment.