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

BIN
.yarn/install-state.gz vendored

Binary file not shown.

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