@joinbox/formsync
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@joinbox/formsync", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Synchronizes forms and elements between an original form (e.g. one created by Drupal) and another form (e.g. freely created as a template based on mockups).", | ||
@@ -31,3 +31,3 @@ "main": "FormSync.js", | ||
}, | ||
"gitHead": "291f7e8bad363a81f90ef6d011a5127af8fb9eac" | ||
"gitHead": "1c9840334b6fdac6d2f947acaa84457df104a655" | ||
} |
@@ -90,4 +90,4 @@ # Form Sync | ||
<script type="module" src="@joinbox/ui-components/FormSync/FormSyncElement.js"></script> | ||
<script type="module" src="@joinbox/ui-components/FormSync/FormSubmitButtonElement.js"></script> | ||
<script type="module" src="@joinbox/formsync/FormSyncElement.js"></script> | ||
<script type="module" src="@joinbox/formsync/FormSubmitButtonElement.js"></script> | ||
```` | ||
@@ -140,4 +140,2 @@ | ||
## Libraries/Classes | ||
@@ -144,0 +142,0 @@ |
46588
161