浏览代码

bump version

Markus-Rost 4 年之前
父节点
当前提交
d5d10f8f54
共有 2 个文件被更改,包括 39 次插入855 次删除
  1. 37 852
      package-lock.json
  2. 2 3
      package.json

文件差异内容过多而无法显示
+ 37 - 852
package-lock.json


+ 2 - 3
package.json

@@ -1,6 +1,6 @@
 {
   "name": "discord-wiki-bot",
-  "version": "3.0.0",
+  "version": "4.0.0",
   "description": "Wiki-Bot is a bot with the purpose to easily search for and link to wiki pages. Wiki-Bot shows short descriptions and additional info about pages and is able to resolve redirects and follow interwiki links.",
   "main": "main.js",
   "scripts": {
@@ -23,8 +23,7 @@
     "got": "^11.8.1",
     "htmlparser2": "^6.0.0",
     "npm": "^7.5.3",
-    "pg": "^8.5.1",
-    "sqlite3": "^5.0.0"
+    "pg": "^8.5.1"
   },
   "repository": {
     "type": "git",

部分文件因为文件数量过多而无法显示