Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wakirin committed Oct 26, 2021
1 parent 21c2ea0 commit 33bbcbb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "litepicker",
"version": "2.0.11",
"version": "2.0.12",
"description": "Date range picker - lightweight, no dependencies",
"main": "./dist/litepicker.umd.js",
"types": "./dist/types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions src/plugins/halfrange/index.js
@@ -0,0 +1,7 @@
import './style.css';

Litepicker.add('halfrange', {
init: function (picker) {
// @TODO
}
});
Empty file added src/plugins/halfrange/style.css
Empty file.

0 comments on commit 33bbcbb

Please sign in to comment.