Skip to content

Commit 02f5f09

Browse files
committed
Use the new version of Logootish from GitHub
1 parent bc184e8 commit 02f5f09

File tree

3 files changed

+21
-213
lines changed

3 files changed

+21
-213
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"test": "jest"
1515
},
1616
"dependencies": {
17+
"@kb1rd/logootish-js": "0.3.1",
1718
"@nuxtjs/axios": "^5.3.6",
1819
"ant-design-vue": "^1.1.10",
1920
"codemirror": "^5.48.2",
2021
"jsonschema": "^1.2.5",
21-
"logootish-js": "https://github.com/KB1RD/logootish-js.git#v0.2.1",
2222
"matrix-js-sdk": "^2.3.0",
2323
"nuxt": "^2.0.0",
2424
"vue-codemirror": "^4.0.6",

plugins/matrix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
LogootPosition,
1414
LogootInt,
1515
EventState
16-
} from 'logootish-js'
16+
} from '@kb1rd/logootish-js'
1717
import { validate } from 'jsonschema'
1818

1919
import { debug } from '@/plugins/debug'

0 commit comments

Comments
 (0)