diff --git a/.eslintrc.js b/.eslintrc.js index 2b2983d..fa377a6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -31,6 +31,7 @@ module.exports = { } ], '@typescript-eslint/explicit-module-boundary-types': 'off', + 'react/prop-types': 'off', }, overrides: [ { diff --git a/package.json b/package.json index 47eff4b..74f4556 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "next-share", "version": "0.1.0", - "description": "next-share is a social share buttons plugin for Next.js, Create React App, Gatsby.js as well as React apps.", + "description": "Social media share buttons for your next React apps.", "author": "Bunlong ", "license": "MIT", "repository": {