Skip to content

Commit

Permalink
refactor helpers & fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssortia committed Jul 1, 2024
1 parent b741422 commit 9bbb9ae
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules/

# Output of 'npm pack'
*.tgz
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export { default as FormatHelper } from "./src/FormatHelper.js";
export { default as DateHelper } from "./src/DateHelper.js";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ilb/helpers",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"dependencies": {
"moment": "^2.29.4"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9bbb9ae

Please sign in to comment.