« get me outta code hell

move chokidar to not-dev dependencies - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-03-31 19:43:36 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-03-31 19:43:36 -0300
commit12c11ea8227a7961ec01795161e53a8720834e0d (patch)
tree96ae48570216f0348f7963f5cbfc20d77a78e75d /package.json
parent40600d89d3e0177d0fb84b1824f3aece086b89d6 (diff)
move chokidar to not-dev dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 64c565f3..6a651761 100644
--- a/package.json
+++ b/package.json
@@ -62,6 +62,7 @@
     "dependencies": {
         "@eslint/js": "10.0.1",
         "@js-temporal/polyfill": "0.4.4",
+        "chokidar": "5.0.0",
         "chroma-js": "3.2.0",
         "command-exists": "1.2.9",
         "compress-json": "3.4.0",
@@ -78,7 +79,6 @@
     },
     "license": "MIT",
     "devDependencies": {
-        "chokidar": "5.0.0",
         "tap": "21.6.2",
         "tcompare": "^6.0.0"
     }