From af119809c61f291fbef03e1887c55567b0d96b74 Mon Sep 17 00:00:00 2001 From: Bernhard Date: Thu, 1 Feb 2024 21:41:09 +0100 Subject: [PATCH] raise version to v2.1.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0f2995c..9f65116 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": [ @@ -14,7 +14,7 @@ "defend", "protection" ], - "main": "dist/index.js", + "main": "dist/src/index.js", "scripts": { "build": "tsc", "test": "npx playwright test",