@joinbox/formsync
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.1.2](https://github.com/joinbox/ui-components/compare/@joinbox/formsync@2.1.1...@joinbox/formsync@2.1.2) (2021-07-14) | ||
### Bug Fixes | ||
* Fix main files in package.json ([1bd07b2](https://github.com/joinbox/ui-components/commit/1bd07b28a92881f499edac71e25453010bb2fe6c)) | ||
## [2.1.1](https://github.com/joinbox/ui-components/compare/@joinbox/formsync@2.1.0...@joinbox/formsync@2.1.1) (2021-07-06) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@joinbox/formsync", | ||
"version": "2.1.1", | ||
"version": "2.1.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).", | ||
"main": "FormSync.js", | ||
"main": "FormSyncElement.js", | ||
"scripts": { | ||
@@ -32,3 +32,3 @@ "test": "npx ava --verbose", | ||
}, | ||
"gitHead": "77a4c145bfda19c9f16237429421cea457fba430" | ||
"gitHead": "f883a929bfa3afdf32e35e814020e6330c680ac0" | ||
} |
85863