Skip to content

Commit 2cd8a03

Browse files
authored
Don't use export * (#12)
1 parent 7d819bb commit 2cd8a03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Transcend Inc.",
33
"name": "@transcend-io/logger",
44
"description": "Transcend browser logger",
5-
"version": "1.0.14",
5+
"version": "1.0.15",
66
"homepage": "https://github.com/transcend-io/logger",
77
"repository": {
88
"type": "git",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './logger';
1+
export { createLogger } from './logger';

0 commit comments

Comments
 (0)