Skip to content

Commit 342c0df

Browse files
author
Sebi Nemeth
committed
add jsoncircle
1 parent 372b910 commit 342c0df

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

dist/index.js

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

package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"peerDependencies": {
2727
"lodash": "^4.17.21",
2828
"vue-demi": "^0.14.5",
29-
"vue-i18n": "^8.0.0"
29+
"vue-i18n": "^8.0.0",
30+
"json-cycle": "^1.5.0"
3031
},
3132
"devDependencies": {
3233
"@types/lodash": "^4.14.195",

src/index.ts

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

45
const css = `
56
.live-translator-enable-button {

0 commit comments

Comments
 (0)