Compare commits
2 Commits
056df36eb2
...
b1ec4003ac
Author | SHA1 | Date | |
---|---|---|---|
b1ec4003ac | |||
abdfd78d49 |
1
.gitignore
vendored
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
BIN
.yarn/install-state.gz
vendored
Binary file not shown.
@ -16,9 +16,10 @@
|
|||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"./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",
|
||||||
|
Loading…
Reference in New Issue
Block a user