Missing export fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@thilawyn/traitify-ts",
|
"name": "@thilawyn/traitify-ts",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
|
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
|
||||||
|
|||||||
@@ -1,6 +1,3 @@
|
|||||||
export {
|
export {
|
||||||
abstract, expression, trait,
|
AbstractTag, Implements, TraitApplierSuperTag, abstract, expression, trait, type Trait, type TraitExpression
|
||||||
type Implements,
|
|
||||||
type Trait,
|
|
||||||
type TraitExpression
|
|
||||||
} from "."
|
} from "."
|
||||||
|
|||||||
Reference in New Issue
Block a user