@oneie/frontend 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 +17 -2
package/package.json CHANGED
@@ -1,8 +1,23 @@
1
1
  {
2
2
  "name": "@oneie/frontend",
3
- "version": "0.1.1",
4
- "description": "defineOne() + OnePlugin contract the single config surface for ONE-connected Astro sites",
3
+ "version": "0.1.2",
4
+ "description": "Astro integration that connects a site to the ONE substrate — one defineOne() config surface that wires in the blog, docs, pages and tracking plugins.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
+ "keywords": [
7
+ "astro-integration",
8
+ "astro",
9
+ "withastro",
10
+ "one",
11
+ "substrate",
12
+ "plugins",
13
+ "typescript"
14
+ ],
15
+ "homepage": "https://github.com/one-ie/one",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/one-ie/packages.git",
19
+ "directory": "frontend"
20
+ },
6
21
  "type": "module",
7
22
  "main": "src/index.ts",
8
23
  "exports": {