Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit 674945f

Browse files
Merge pull request #53 from schoenbergerb/52-playwright-installation-resulted-in-wrong-build-path
52 playwright installation resulted in wrong build path
2 parents 3687c00 + df10214 commit 674945f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@noscrape/noscrape",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "protect your content from scraping",
55
"homepage": "https://noscrape-example.vercel.app",
66
"keywords": [

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515
"declarationMap": true
1616
},
1717
"exclude": [
18+
"playwright*",
1819
"node_modules",
1920
"example",
21+
"tests",
2022
"test"
2123
]
22-
}
24+
}

0 commit comments

Comments
 (0)