Skip to content

Commit 3e3e58a

Browse files
committed
refactor(@sirutils/core): move createTag from /internal to /tag.ts
1 parent 339871d commit 3e3e58a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

packages/core/src/internal/tag.ts

-3
This file was deleted.

packages/core/src/tag.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import { createTag } from './internal/tag'
1+
import { tagBuilder } from './utils/tags'
2+
3+
const createTag = tagBuilder('@sirutils/core')
24

35
export const coreTags = {
46
env: createTag('invalid-env'),

0 commit comments

Comments
 (0)