diff options
author | Miodec <[email protected]> | 2024-07-29 11:49:28 +0200 |
---|---|---|
committer | Miodec <[email protected]> | 2024-07-29 11:49:28 +0200 |
commit | 471e844c6b344e92c7fe00c41372ac1577dc1199 (patch) | |
tree | d7e2f9017a0aab322fb9697d142129adea260cce /backend/package.json | |
parent | cb65adc8c8773f5ea7af1574300d571898b4cca7 (diff) | |
download | monkeytype-471e844c6b344e92c7fe00c41372ac1577dc1199.tar.gz monkeytype-471e844c6b344e92c7fe00c41372ac1577dc1199.zip |
chore: remove hard npm version requirement
Diffstat (limited to 'backend/package.json')
-rw-r--r-- | backend/package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/package.json b/backend/package.json index 36c775e73..07455fc84 100644 --- a/backend/package.json +++ b/backend/package.json @@ -19,8 +19,7 @@ "gen-docs": "tsx scripts/openapi.ts dist/static/api/openapi.json && redocly build-docs -o dist/static/api/internal.html internal@v2 && redocly bundle -o dist/static/api/public.json public-filter && redocly build-docs -o dist/static/api/public.html public@v2" }, "engines": { - "node": "18.20.4", - "npm": "10.7.0" + "node": "18.20.4" }, "dependencies": { "@date-fns/utc": "1.2.0", |