@silexlabs/silex-dashboard 1.0.27 → 1.0.28

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.
@@ -1,4 +1,4 @@
1
- <script src="/node_modules/vue/dist/vue.global.js"></script>
1
+ <script src="/js/vue.global.js"></script>
2
2
  <script src="/js/main.js"></script>
3
3
  <script type="module">
4
4
  window.addEventListener('load', function() {
@@ -144,7 +144,7 @@ input:focus {
144
144
 
145
145
  /*FX ANIMATIONS*/
146
146
  </style>
147
- <script src="/node_modules/vue/dist/vue.global.js"></script>
147
+ <script src="/js/vue.global.js"></script>
148
148
  <script src="/js/main.js"></script>
149
149
  <script type="module">
150
150
  window.addEventListener('load', function() {
@@ -144,7 +144,7 @@ input:focus {
144
144
 
145
145
  /*FX ANIMATIONS*/
146
146
  </style>
147
- <script src="/node_modules/vue/dist/vue.global.js"></script>
147
+ <script src="/js/vue.global.js"></script>
148
148
  <script src="/js/main.js"></script>
149
149
  <script type="module">
150
150
  window.addEventListener('load', function() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silexlabs/silex-dashboard",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "Dashboard for Silex v3",
5
5
  "main": ".silex.js",
6
6
  "scripts": {