@oneie/plugin-blog 0.1.1 → 0.1.2

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 (1) hide show
  1. package/package.json +20 -3
package/package.json CHANGED
@@ -1,8 +1,25 @@
1
1
  {
2
2
  "name": "@oneie/plugin-blog",
3
- "version": "0.1.1",
4
- "description": "ONE blog — Astro content collection with post grid, search, RSS, and MDX support",
3
+ "version": "0.1.2",
4
+ "description": "Astro integration that adds a blog to any site — content collection, post grid, search, RSS feed and MDX support.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
+ "keywords": [
7
+ "astro-integration",
8
+ "astro-component",
9
+ "astro",
10
+ "withastro",
11
+ "blog",
12
+ "mdx",
13
+ "rss",
14
+ "content-collections",
15
+ "one"
16
+ ],
17
+ "homepage": "https://github.com/one-ie/one",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/one-ie/packages.git",
21
+ "directory": "plugin-blog"
22
+ },
6
23
  "type": "module",
7
24
  "main": "src/index.ts",
8
25
  "exports": {
@@ -14,7 +31,7 @@
14
31
  },
15
32
  "peerDependencies": {
16
33
  "astro": ">=6.0.0",
17
- "@oneie/frontend": "^0.1.1",
34
+ "@oneie/frontend": "^0.1.2",
18
35
  "react": ">=19.0.0"
19
36
  },
20
37
  "devDependencies": {