UNPKG

patch-package

Version:

When forking just won't work, patch it.

9 lines 167 B
require("fs").writeFileSync( "./package.json", JSON.stringify({ ...require("./package.json"), scripts: { postinstall: "patch-package", }, }), )