Skip to content

Commit

Permalink
Merge pull request #40 from squidit/fix/formatTime-helper
Browse files Browse the repository at this point in the history
Fix formatTime
  • Loading branch information
JoaoBianco committed Dec 13, 2023
2 parents 3423b31 + 428b82f commit 5a1472a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@squidit/ngx-css",
"version": "1.2.21",
"version": "1.2.22",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export * from './helpers/memo.helper'
export * from './helpers/toast.helper'
export * from './helpers/validator.helper'
export * from './helpers/sleep.helper'
export * from './helpers/formatTime.helper'

export * from './interfaces/option.interface'
export * from './interfaces/step.interface'
Expand Down

0 comments on commit 5a1472a

Please sign in to comment.