@haroonwaves/blog-kit-core 1.0.3 → 1.0.5

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
@@ -32,4 +32,4 @@ For complete documentation, API reference, and examples, please visit the
32
32
 
33
33
  ## License
34
34
 
35
- ISC
35
+ [LICENSE](/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haroonwaves/blog-kit-core",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",
@@ -8,6 +8,17 @@
8
8
  "files": [
9
9
  "dist"
10
10
  ],
11
+ "keywords": [
12
+ "blog",
13
+ "markdown",
14
+ "react",
15
+ "nextjs",
16
+ "blog-engine",
17
+ "ssg",
18
+ "blog-kit"
19
+ ],
20
+ "author": "Haroon (https://github.com/haroonwaves)",
21
+ "license": "MIT",
11
22
  "dependencies": {
12
23
  "gray-matter": "^4.0.3",
13
24
  "reading-time": "^1.5.0"