We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc184e8 commit 02f5f09Copy full SHA for 02f5f09
package.json
@@ -14,11 +14,11 @@
14
"test": "jest"
15
},
16
"dependencies": {
17
+ "@kb1rd/logootish-js": "0.3.1",
18
"@nuxtjs/axios": "^5.3.6",
19
"ant-design-vue": "^1.1.10",
20
"codemirror": "^5.48.2",
21
"jsonschema": "^1.2.5",
- "logootish-js": "https://github.com/KB1RD/logootish-js.git#v0.2.1",
22
"matrix-js-sdk": "^2.3.0",
23
"nuxt": "^2.0.0",
24
"vue-codemirror": "^4.0.6",
plugins/matrix.js
@@ -13,7 +13,7 @@ import {
13
LogootPosition,
LogootInt,
EventState
-} from 'logootish-js'
+} from '@kb1rd/logootish-js'
import { validate } from 'jsonschema'
import { debug } from '@/plugins/debug'
0 commit comments