Skip to content

Commit

Permalink
refactor: Replace fluxify with vuex
Browse files Browse the repository at this point in the history
Reason:
fluxify has GPL2 licence which is incompatible with MIT hence using vuex which is a similar library and has MIT license.
  • Loading branch information
surajshetty3416 committed Jul 5, 2022
1 parent 18af7da commit 4b6ab45
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 128 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
"Webcam": true,
"PhotoSwipe": true,
"PhotoSwipeUI_Default": true,
"fluxify": true,
"io": true,
"JsBarcode": true,
"L": true,
Expand Down
1 change: 0 additions & 1 deletion attributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ The following 3rd-party software packages may be used by or distributed with <ht
- Leaflet.Locate - (c) 2016 Dominik Moritz
- Leaflet.draw - (c) 2012-2017, Jacob Toye, Jon West, Smartrak
- Leaflet.EasyButton - MIT License, (C) 2014 Daniel Montague
- Fluxify - GNU GENERAL PUBLIC LICENSE Version 2 (C) 1989 - 1991 Free Software Foundation, Inc., <http://fsf.org/>

### Icon Fonts

Expand Down
Loading

0 comments on commit 4b6ab45

Please sign in to comment.