Skip to content

Commit

Permalink
Merge pull request #4 from PeterHdd/dev
Browse files Browse the repository at this point in the history
added export to enum
  • Loading branch information
Peter Haddad authored May 27, 2019
2 parents 9a77837 + 69f97f6 commit 9477f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dates/dates.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


enum DateFormat
export enum DateFormat
{
forwardSlashMMDDYYYY = "MM/DD/YYYY",
dashMMDDYYYY = "MM-DD-YYYY",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "date-filtersjs",
"version": "1.1.1",
"version": "1.1.2",
"description": "A Javascript library to help developers in filtering according to specific date range",
"main": "filter/filter",
"scripts": {
Expand Down

0 comments on commit 9477f8a

Please sign in to comment.