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

Commit

Permalink
Merge pull request #53 from schoenbergerb/52-playwright-installation-…
Browse files Browse the repository at this point in the history
…resulted-in-wrong-build-path

52 playwright installation resulted in wrong build path
  • Loading branch information
schoenbergerb committed Feb 1, 2024
2 parents 3687c00 + df10214 commit 674945f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@noscrape/noscrape",
"version": "2.1.0",
"version": "2.1.1",
"description": "protect your content from scraping",
"homepage": "https://noscrape-example.vercel.app",
"keywords": [
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
"declarationMap": true
},
"exclude": [
"playwright*",
"node_modules",
"example",
"tests",
"test"
]
}
}

0 comments on commit 674945f

Please sign in to comment.