@fullstackdatasolutions/articles 0.2.0 → 0.2.1

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 +2 -0
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A self-contained Next.js articles library providing components, server utilities, SEO helpers, and a comments system. Drop it into any Next.js + Tailwind CSS v4 app.
4
4
 
5
+ Built by [Full Stack Data Solutions](https://fullstackdatasolutions.com).
6
+
5
7
  ---
6
8
 
7
9
  ## Quick start
package/package.json CHANGED
@@ -1,8 +1,16 @@
1
1
  {
2
2
  "name": "@fullstackdatasolutions/articles",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "private": false,
5
5
  "license": "MIT",
6
+ "keywords": [
7
+ "nextjs",
8
+ "articles",
9
+ "blog",
10
+ "cms",
11
+ "react",
12
+ "markdown"
13
+ ],
6
14
  "type": "module",
7
15
  "exports": {
8
16
  ".": {