Compare commits

...

2 Commits

Author SHA1 Message Date
b1ec4003ac
more publishing chores
All checks were successful
Playwright Tests / test (push) Successful in 2m31s
2024-10-24 23:17:38 -04:00
abdfd78d49
correct readme path 2024-10-24 23:11:46 -04:00
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored

@ -2,3 +2,4 @@ test-results/
playwright-report/
node_modules
lib*
packages/**/README.md

BIN
.yarn/install-state.gz vendored

Binary file not shown.

@ -16,9 +16,10 @@
},
"files": [
"./lib",
"./README.md"
"../../README.md"
],
"version": "0.0.2",
"readme": "",
"version": "0.0.3",
"exports": {
".": {
"types": "./lib/index.d.ts",
@ -38,7 +39,7 @@
"scripts": {
"build": "tsc",
"lint": "tslint -c tslint.json src/**/*.ts",
"prepare": "yarn rimraf lib && yarn build"
"prepublish": "rm README.md && cp ../../README.md . && rimraf lib && yarn build"
},
"devDependencies": {
"@types/tmp": "^0",