Skip to content

Commit

Permalink
Package it up
Browse files Browse the repository at this point in the history
  • Loading branch information
schlick committed Apr 8, 2021
1 parent 358c344 commit 47b5975
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions dist/react-filterbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -17483,23 +17483,23 @@ function relativeOptions() {
},
'Older than 7 days': {
from: null,
to: moment().subtract(7, 'day')
to: moment().subtract(8, 'day')
},
'Older than 14 days': {
from: null,
to: moment().subtract(14, 'day')
to: moment().subtract(15, 'day')
},
'Older than 20 days': {
from: null,
to: moment().subtract(20, 'day')
to: moment().subtract(21, 'day')
},
'Older than 30 days': {
from: null,
to: moment().subtract(30, 'day')
to: moment().subtract(31, 'day')
},
'Older than 42 days (6 weeks)': {
from: null,
to: moment().subtract(42, 'day')
to: moment().subtract(43, 'day')
}
};
}
Expand Down
2 changes: 1 addition & 1 deletion dist/react-filterbar.min.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions example/public/js/react-filterbar.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-filterbar",
"version": "1.24",
"version": "1.25",
"description": "",
"main": "dist/react-filterbar.js",
"engines": {
Expand Down

0 comments on commit 47b5975

Please sign in to comment.