comand-component-library 4.1.45 → 4.1.46

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.1.45",
3
+ "version": "4.1.46",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
@@ -1,4 +1,4 @@
1
- import {openFancyBox} from "comand-component-library"
1
+ import {openFancyBox} from "../components/CmdFancyBox.vue"
2
2
 
3
3
  function addClickHandlerToFancyboxLinks(fancyboxLinks) {
4
4
  for(let i = 0; i < fancyboxLinks.length; i++) {