From fd8cd603b3d719af6fe112879b78f4d4663e888f Mon Sep 17 00:00:00 2001 From: Cris Stringfellow <22254235+crislin2046@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:36:22 +0800 Subject: [PATCH] ok --- package.json | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 1b4f421..c7b9618 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "downloadnet", - "version": "3.0.6", + "version": "4.0.0", "type": "module", "description": "Library server and an archivist browser controller.", "main": "src/app.js", @@ -28,14 +28,6 @@ "type": "git", "url": "git+https://github.com/dosyago/DownloadNet.git" }, - "pkg": { - "scripts": "build/**/*.js", - "assets": [ - "public/**/*", - "build/vendor/**/*" - ], - "outputPath": "bin" - }, "keywords": [ "archivist", "library" @@ -63,9 +55,9 @@ "ws": "latest" }, "devDependencies": { - "@eslint/js": "^9.8.0", - "esbuild": "0.23.0", - "eslint": "^9.8.0", - "globals": "^15.8.0" + "@eslint/js": "latest", + "esbuild": "latest", + "eslint": "latest", + "globals": "latest" } }