Skip to content

Commit

Permalink
fix: remove readme warning and dump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkoeck committed Nov 4, 2024
1 parent bee34a6 commit 959b3c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# @shipsecure/eslint-plugin-next

> [!WARNING]
> This plugin is currently in beta and is not yet ready for production use.
## Overview

`@shipsecure/eslint-plugin-next` is a custom ESLint plugin designed to enhance the security of Next.js applications by identifying potentially insecure patterns in code. This plugin offers a set of rules specifically tailored to prevent common security pitfalls in Next.js, encouraging best practices and securing your app's frontend and backend code.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shipsecure/eslint-plugin-next",
"version": "0.0.9",
"version": "1.0.1",
"description": "Secure your Next.js applications with @shipsecure/eslint-plugin-next, an ESLint plugin designed to detect and prevent common security vulnerabilities.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 959b3c3

Please sign in to comment.