From 37b9224ef528b4fe06f021616df60f2d7099f58a Mon Sep 17 00:00:00 2001 From: Silu Panda <31051721+SiluPanda@users.noreply.github.com> Date: Sun, 30 Aug 2026 04:45:37 -0700 Subject: [PATCH] fix: allow installing autoevals with npm --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 1854d6d8..ce662eae 100644 --- a/package.json +++ b/package.json @@ -29,11 +29,6 @@ "docs": "npx typedoc --options typedoc.json js/index.ts", "test": "vitest" }, - "engines": { - "pnpm": ">=10.27.0", - "npm": "please-use-pnpm", - "yarn": "please-use-pnpm" - }, "author": "", "license": "MIT", "devDependencies": {