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

Commit

Permalink
raise version to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard committed Feb 1, 2024
1 parent bef7215 commit af11980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -14,7 +14,7 @@
"defend",
"protection"
],
"main": "dist/index.js",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
"test": "npx playwright test",
Expand Down

0 comments on commit af11980

Please sign in to comment.