chore: prepare for release
Some checks failed
Playwright Tests / test (push) Failing after 3m9s

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2026-01-02 15:22:40 -05:00
parent de4c5d0b2c
commit a2bf146f99
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -19,23 +19,13 @@
"../../README.md"
],
"readme": "",
"version": "0.0.4",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./utils": {
"types": "./lib/util.d.ts",
"default": "./lib/util.js"
},
"./fixture": {
"types": "./lib/fixtures.d.ts",
"default": "./lib/fixtures.js"
}
},
"version": "0.1.6",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://git.tablet.sh/tablet/obsidian-testing-framework"
},
"scripts": {
"build": "tsc",
"lint": "tslint -c tslint.json src/**/*.ts",