diff --git a/package.json b/package.json index 0f2995c..e62d661 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/tsconfig.json b/tsconfig.json index 93dc6b6..ffa49e4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,8 +15,10 @@ "declarationMap": true }, "exclude": [ + "playwright*", "node_modules", "example", + "tests", "test" ] -} \ No newline at end of file +}