Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
almogtavor committed May 31, 2021
2 parents 4b29274 + b8a1a50 commit c601e69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dates-picker",
"version": "1.0.3",
"version": "1.0.4",
"description": "⚛️📆 Flexible React date range picker calendar with no dependencies.",
"private": false,
"homepage": "https://almogtavor.github.io/date-range-picker/",
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import "./index.css"
import DateRangePicker from "./App"
import * as serviceWorker from "./serviceWorker"

export { DateRangePicker }

function callbackFunction(dates) {
console.log(`The range of dates that got picked is: ${dates.text}`)
console.log(`The min date that got picked is: ${dates.minDate}`)
Expand Down

0 comments on commit c601e69

Please sign in to comment.