Skip to content

Commit

Permalink
chore: 🔧 update package name and description
Browse files Browse the repository at this point in the history
- Changed the package name to "react-document-metadata"
- Updated the description
  • Loading branch information
andrewdyer committed Aug 8, 2024
1 parent 96ff60c commit 9804b7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-package-template",
"description": "A template for creating React packages",
"name": "react-document-metadata",
"description": "A flexible and dynamic package designed to help you manage document metadata in your React application",
"version": "1.0.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -22,14 +22,13 @@
},
"keywords": [
"react",
"package",
"template",
"typescript"
"document",
"meta"
],
"author": "Andrew Dyer (https://github.com/andrewdyer)",
"repository": {
"type": "git",
"url": "https://github.com/andrewdyer/react-package-template.git"
"url": "https://github.com/andrewdyer/react-document-metadata.git"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 9804b7b

Please sign in to comment.