Compare commits

..

No commits in common. "b1ec4003acca974f053cfd7de9183a1b3a3cf424" and "056df36eb254a67a1c3f3191f22e574bcbc8c522" have entirely different histories.

3 changed files with 3 additions and 5 deletions

1
.gitignore vendored

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

BIN
.yarn/install-state.gz vendored

Binary file not shown.

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