@godzilla-forms/core
Advanced tools
Comparing version 0.0.4 to 0.0.5
export * from './model'; | ||
export * from './services'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum GodzillaItemTypes { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { GodzillaConditions, GodzillaItemTypes, GodzillaValueSource } from "./godzilla.enum"; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './godzilla.model'; | ||
export * from './godzilla.enum'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { GodzillaFormCombinedValues } from "../model"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@godzilla-forms/core", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Godzilla Forms core library", | ||
@@ -18,3 +18,3 @@ "types": "dist/index.d.ts", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run build && cp -r package.json ./dist", | ||
"prepublishOnly": "npm run build", | ||
"preversion": "npm run lint", | ||
@@ -21,0 +21,0 @@ "version": "npm run format && git add -A src", |
13823
16