From f8c7232c38ea4194fa8f69fe5721a74689b7ef2a Mon Sep 17 00:00:00 2001 From: Matthew Chambers Date: Sun, 7 Aug 2022 12:54:04 -0500 Subject: [PATCH] add jquery to npm depends --- package.nw/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.nw/package.json b/package.nw/package.json index 92cbaf0..7230f5b 100644 --- a/package.nw/package.json +++ b/package.nw/package.json @@ -18,6 +18,9 @@ "webkit": { "plugin": true }, + "dependencies": { + "jquery": "^3.5.0" + }, "scripts": { "test": "eslint .", "start": "run --mirror https://dl.nwjs.io/ ."