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", "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/"

View File

@@ -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 "."