more publishing chores
All checks were successful
Playwright Tests / test (push) Successful in 2m31s

This commit is contained in:
parent abdfd78d49
commit b1ec4003ac
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C
3 changed files with 4 additions and 2 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.

@ -18,7 +18,8 @@
"./lib",
"../../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",