From e7367044d933ee3518ae583a43876a0ddab5b17e Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 23 Aug 2022 10:39:19 -0400 Subject: feat: binary npm commands (#15542) --- cli/tests/testdata/npm/cjs_with_deps/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata/npm/cjs_with_deps/main.js') diff --git a/cli/tests/testdata/npm/cjs_with_deps/main.js b/cli/tests/testdata/npm/cjs_with_deps/main.js index 420136c92..568726874 100644 --- a/cli/tests/testdata/npm/cjs_with_deps/main.js +++ b/cli/tests/testdata/npm/cjs_with_deps/main.js @@ -1,5 +1,5 @@ import chalk from "npm:chalk@4"; -import { expect } from "npm:chai@4.2"; +import { expect } from "npm:chai@4.3"; console.log(chalk.green("chalk cjs loads")); -- cgit v1.2.3