astro-tina 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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,7 +18,7 @@ up Tina in your Astro project.
18
18
  Then, install the integration...
19
19
 
20
20
  ```
21
- npm install github:dawaltconley/astro-tina
21
+ npm install astro-tina
22
22
  ```
23
23
 
24
24
  ...and add it to your project config.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astro-tina",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Support contextual editing with TinaCMS in static Astro sites.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -28,6 +28,6 @@
28
28
  "typescript": "^5.2.2"
29
29
  },
30
30
  "peerDependencies": {
31
- "astro": "^2.6.0 || ^3.0.0"
31
+ "astro": ">=2.6.0 <5.0.0"
32
32
  }
33
33
  }