formique 1.0.4 → 1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -616,4 +616,4 @@ Formique is licensed under the MIT License.
616
616
 
617
617
  ## Keywords
618
618
 
619
- Javascript forms, declarative form syntax, js form library, formique
619
+ Javascript forms, declarative form syntax, js form library, formique
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "formique",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Formique Declarative Form Syntax JavaScript Library",
5
5
  "main": "dist/formique.umd.js",
6
6
  "module": "dist/formique.esm.js",
7
+ "exports": {
8
+ ".": "./dist/formique.esm.js"
9
+ },
7
10
  "files": [
8
11
  "dist/*",
9
12
  "README.md"