0.1.1 #2

Merged
Thilawyn merged 1 commits from next into master 2024-02-06 04:48:25 +01:00
2 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@thilawyn/traitify-ts",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"publishConfig": {
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"

View File

@@ -1,6 +1,3 @@
export {
abstract, expression, trait,
type Implements,
type Trait,
type TraitExpression
AbstractTag, Implements, TraitApplierSuperTag, abstract, expression, trait, type Trait, type TraitExpression
} from "."