Skip to content

Commit 99caa23

Browse files
author
Sebi Nemeth
committed
disable jsoncircle
1 parent 342c0df commit 99caa23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import throttle from 'lodash/throttle';
2-
import JSON from 'json-cycle';
2+
// import JSON from 'json-cycle'
33
const css = `
44
.live-translator-enable-button {
55
position: fixed !important;

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import VueI18n from 'vue-i18n'
22
import throttle from 'lodash/throttle'
3-
import JSON from 'json-cycle'
3+
// import JSON from 'json-cycle'
44

55
const css = `
66
.live-translator-enable-button {

0 commit comments

Comments
 (0)