@pinegrow/nuxt-module 1.0.0-alpha.2 → 1.0.0-alpha.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 CHANGED
@@ -1,6 +1,5 @@
1
- # Nuxt Module
1
+ # @pinegrow/nuxt-module
2
2
 
3
- ## Development
3
+ ## Nuxt module for Pinegrow
4
4
 
5
- - Run `npm run dev:prepare` to generate type stubs.
6
- - Use `npm run dev` to start [playground](./playground) in development mode.
5
+ http://www.pinegrow.com
package/dist/module.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import * as _nuxt_schema from '@nuxt/schema';
2
2
 
3
3
  interface ModuleOptions {
4
+ dev: boolean;
4
5
  liveDesigner: {
5
6
  projectBase: string;
6
7
  plugins: string[];
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "pinegrow",
3
+ "configKey": "pinegrow",
4
+ "compatibility": {
5
+ "nuxt": "^3.0.0"
6
+ },
7
+ "version": "1.0.0-alpha.4"
8
+ }