rename log to avoid covector conflict with the `log` dependency

pull/371/head
Lucas Nogueira 2 years ago
parent fc306aa6ef
commit 7af3abd65e
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

@ -39,7 +39,7 @@
"publish": false, "publish": false,
"dependencies": [ "dependencies": [
"app", "app",
"log", "log-plugin",
"cli", "cli",
"clipboard", "clipboard",
"dialog", "dialog",
@ -164,7 +164,7 @@
"manager": "rust" "manager": "rust"
}, },
"log": { "log-plugin": {
"path": "./plugins/log", "path": "./plugins/log",
"manager": "rust" "manager": "rust"
}, },

@ -18,7 +18,7 @@
"http": major "http": major
"http-js": major "http-js": major
"localhost": major "localhost": major
"log": major "log-plugin": major
"log-js": major "log-js": major
"notification": major "notification": major
"notification-js": major "notification-js": major

Loading…
Cancel
Save