@pinegrow/astro-module 3.0.3 → 3.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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -38,12 +38,12 @@ pnpm add -D @pinegrow/astro-module
|
|
|
38
38
|
import { defineConfig } from 'astro/config'
|
|
39
39
|
|
|
40
40
|
import vue from '@astrojs/vue'
|
|
41
|
-
import
|
|
41
|
+
import Pinegrow from '@pinegrow/astro-module'
|
|
42
42
|
|
|
43
43
|
export default defineConfig({
|
|
44
44
|
integrations: [
|
|
45
45
|
vue(),
|
|
46
|
-
|
|
46
|
+
Pinegrow({
|
|
47
47
|
liveDesigner: {
|
|
48
48
|
// For options, refer to https://www.npmjs.com/package/@pinegrow/vite-plugin
|
|
49
49
|
//...
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pinegrow/astro-module",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
4
4
|
"description": "Pinegrow Astro Module",
|
|
5
5
|
"author": "Pinegrow (http://pinegrow.com/)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"increment-beta-version": "npm version prerelease --preid=beta"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@pinegrow/vite-plugin": "3.0.
|
|
39
|
+
"@pinegrow/vite-plugin": "3.0.5"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"astro": "^2.1.5",
|