@redapollos/storm-form 0.1.4 → 0.1.6
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 +5 -5
- package/dist/storm-form.es.js +42164 -34665
- package/dist/storm-form.umd.cjs +379 -0
- package/package.json +56 -46
- package/dist/storm-form.umd.js +0 -437
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# @redapollos/StormForm
|
|
2
|
-
|
|
3
|
-
This package handles creation of a form via StormCMS's forms.
|
|
4
|
-
|
|
5
|
-
...more later
|
|
1
|
+
# @redapollos/StormForm
|
|
2
|
+
|
|
3
|
+
This package handles creation of a form via StormCMS's forms.
|
|
4
|
+
|
|
5
|
+
...more later
|