Skip to content

Commit

Permalink
keywords added
Browse files Browse the repository at this point in the history
  • Loading branch information
danmolloy committed Jun 5, 2024
1 parent e62c4a2 commit db4a601
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"registry": "https://npm.pkg.github.com/@danmolloy"
},
"name": "react-diary",
"version": "1.0.12",
"version": "1.0.13",
"main": "dist/cjs/index.js",
"types": "dist/index.d.ts",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -32,7 +32,13 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [],
"keywords": [
"diary",
"events",
"schedule",
"calendar",
"react"
],
"author": "",
"license": "ISC",
"description": "",
Expand Down

0 comments on commit db4a601

Please sign in to comment.