chore: prepare for publish
Some checks failed
Playwright Tests / test (push) Failing after 2m6s

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2026-01-03 14:53:14 -05:00
parent ee6ee57d12
commit b99a2976b8
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -19,7 +19,7 @@
"../../README.md"
],
"readme": "",
"version": "0.1.6",
"version": "0.1.8",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"repository": {
@ -29,7 +29,7 @@
"scripts": {
"build": "tsc",
"lint": "tslint -c tslint.json src/**/*.ts",
"prepublishOnly": "rm README.md && cp ../../README.md . && rimraf lib && npm run build"
"prepublishOnly": "pwsh -command 'rm README.md; cp ../../README.md . && rimraf lib && npm run build'"
},
"devDependencies": {
"@types/tmp": "^0",