more publishing chores
All checks were successful
Playwright Tests / test (push) Successful in 2m31s
All checks were successful
Playwright Tests / test (push) Successful in 2m31s
This commit is contained in:
parent
abdfd78d49
commit
b1ec4003ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ test-results/
|
||||
playwright-report/
|
||||
node_modules
|
||||
lib*
|
||||
packages/**/README.md
|
||||
|
BIN
.yarn/install-state.gz
vendored
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",
|
||||
|
Loading…
Reference in New Issue
Block a user