Skip to content

Commit

Permalink
fix: Remove import global
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Nov 3, 2021
1 parent e418f24 commit 632e4d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import './src/utils/global'

export * from './src/utils/Color'
export * from './src/utils/getTimestamp'

Expand Down
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": "@secjs/logger",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 632e4d9

Please sign in to comment.