Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio authored Mar 20, 2024
1 parent 940cb95 commit b9b1f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@johnrdorazio/jquery-clock-plugin",
"version": "2.3.7",
"description": "jQuery plugin to turn a dom element into a jQuery Clock that can take an initial timestamp (even server generated, or NTP generated) instead of client system time, supports internationalization (69 locales) and PHP Style Format Characters, and works independently from the system clock. Supports microsecond time. Can be easily styled with three simple css rules",
"description": "jQuery plugin to turn a dom element into a jQuery Clock that can take an initial timestamp (even server generated, or NTP generated) instead of client system time, supports internationalization (69 locales) and Intl.DateTimeFormat options OR PHP Style Format Characters, and works independently from the system clock. Supports microsecond time. Can be easily styled with three simple css rules",
"main": "jqClock-lite.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit b9b1f7a

Please sign in to comment.