Skip to content

Commit

Permalink
Updating package description and readme with <input type='time'/> text.
Browse files Browse the repository at this point in the history
This should hopefully improve Google search ranking
  • Loading branch information
Dan503 committed Dec 22, 2018
1 parent b2b9ef0 commit a8fa8fb
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 @@ -2,6 +2,8 @@

[![JS Deliver hits per month](https://data.jsdelivr.com/v1/package/npm/time-input-polyfill/badge)](https://www.jsdelivr.com/package/npm/time-input-polyfill)

An accessible polyfill for `<input type='time'/>` elements.

- ✔️ Modeled after the Chrome and Firefox implementations
- ✔️ Fully keyboard and screen reader accessible
- ✔️ Submits the same values to servers as real time inputs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "time-input-polyfill",
"description": "A polyfill for input[type=time] elements modeled after the Chrome & Fire Fox implementations.",
"description": "An accessible polyfill for `<input type='time'/>` elements modeled after the Chrome & Firefox implementations.",
"version": "1.0.1",
"main": "index.js",
"jsdelivr": "dist/time-input-polyfill.auto.min.js",
Expand Down

0 comments on commit a8fa8fb

Please sign in to comment.