Skip to main content
Module

x/fzf/scripts/prepack.cjs

Do fuzzy matching using FZF algorithm in JavaScript
Go to Latest
File
const shell = require("shelljs");
const pkg = require("../package.json");pkg["type"] = "module";
const pkgStr = JSON.stringify(pkg, null, 2) + "\n";shell.ShellString(pkgStr).to("package.json");