From 6681f11ce0d9f8b2ecf7bf3450af2f7b4b38d581 Mon Sep 17 00:00:00 2001 From: pan93412 Date: Sat, 29 Jan 2022 22:23:24 +0800 Subject: [PATCH] fix: add "server.js" to the filelist to pack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 目前的 NPM 包少了 server.js,會導致 "NeteaseCloudMusicApi/server" 找不到檔案,也會讓 npx NeteaseCloudMusicApi 報錯(找不到 server.js 模組) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d18d963..2c7cc36 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,8 @@ "plugins", "main.d.ts", "interface.d.ts", - "module_types" + "module_types", + "server.js" ], "dependencies": { "axios": "^0.24.0",