Skip to content

Commit

Permalink
add support for type="time"
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Jan 27, 2024
1 parent d78c3ac commit 7c63d63
Show file tree
Hide file tree
Showing 5 changed files with 1,066 additions and 978 deletions.
2 changes: 1 addition & 1 deletion dist/input-time-helper.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "input-time-helper",
"version": "0.2.3",
"version": "0.2.4",
"description": "Intuitively (by using local time) get/set the value of a date- or time-based HTML input element.",
"type": "module",
"exports": "./lib/lib.js",
Expand Down Expand Up @@ -44,24 +44,24 @@
},
"homepage": "https://magiclen.org/input-time-helper/",
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@babel/register": "^7.22.15",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.23.7",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.7",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"babel-loader": "^9.1.3",
"eslint": "^8.50.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4"
}
}

0 comments on commit 7c63d63

Please sign in to comment.