@mokr/core
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -62,3 +62,5 @@ import { createDirectory } from "./directory.js"; | ||
export async function getYarnPlugins({ directory }) { | ||
const { stdout } = await runYarnCmd(["plugin", "plugin", "runtime", "--json"], { directory }); | ||
const { stdout } = await runYarnCmd(["plugin", "runtime", "--json"], { | ||
directory, | ||
}); | ||
return stdout.split("\n").reduce((acc, line) => { | ||
@@ -65,0 +67,0 @@ try { |
{ | ||
"name": "@mokr/core", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Core moker functions", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/hongaar/moker", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69369
1489