vgapp 0.1.2 → 0.1.3

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/index.js CHANGED
@@ -32,6 +32,10 @@ import VGRollup from "./app/modules/vgrollup/js/vgrollup";
32
32
  import "./app/modules/vglawcookie/scss/vglawcookie.scss";
33
33
  import VGLawCookie from "./app/modules/vglawcookie/js/vglawcookie";
34
34
 
35
+ // select
36
+ import "./app/modules/vgselect/scss/vgselect.scss";
37
+ import VGSelect from "./app/modules/vgselect/js/vgselect";
38
+
35
39
  export {
36
- VGSidebar, VGCollapse, VGNav, VGDropdown, VGModal, VGFormSender, VGRollup, VGLawCookie
40
+ VGSidebar, VGCollapse, VGNav, VGDropdown, VGModal, VGFormSender, VGRollup, VGLawCookie, VGSelect
37
41
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vgapp",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "",
5
5
  "author": {
6
6
  "name": "Vegas Studio",