@haroonwaves/blog-kit-react 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +12 -1
package/README.md CHANGED
@@ -35,4 +35,4 @@ For complete documentation, API reference, and examples, please visit the
35
35
 
36
36
  ## License
37
37
 
38
- ISC
38
+ [LICENSE](/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haroonwaves/blog-kit-react",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -9,6 +9,17 @@
9
9
  "files": [
10
10
  "dist"
11
11
  ],
12
+ "keywords": [
13
+ "blog",
14
+ "markdown",
15
+ "react",
16
+ "nextjs",
17
+ "blog-engine",
18
+ "ssg",
19
+ "blog-kit"
20
+ ],
21
+ "author": "Haroon (https://github.com/haroonwaves)",
22
+ "license": "MIT",
12
23
  "peerDependencies": {
13
24
  "react": ">=18",
14
25
  "react-dom": ">=18"