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/ playwright-report/
node_modules node_modules
lib* lib*
packages/**/README.md

BIN
.yarn/install-state.gz vendored

Binary file not shown.

@ -18,7 +18,8 @@
"./lib", "./lib",
"../../README.md" "../../README.md"
], ],
"version": "0.0.2", "readme": "",
"version": "0.0.3",
"exports": { "exports": {
".": { ".": {
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",
@ -38,7 +39,7 @@
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"lint": "tslint -c tslint.json src/**/*.ts", "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": { "devDependencies": {
"@types/tmp": "^0", "@types/tmp": "^0",