diff options
| 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 |
| commit | 12c11ea8227a7961ec01795161e53a8720834e0d (patch) | |
| tree | 96ae48570216f0348f7963f5cbfc20d77a78e75d /package.json | |
| parent | 40600d89d3e0177d0fb84b1824f3aece086b89d6 (diff) | |
move chokidar to not-dev dependencies
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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" } |