forked from ds300/patch-package
    
        
        - 
                Notifications
    You must be signed in to change notification settings 
- Fork 8
Open
Description
merge ds300#297
bump major or minor version
if (
  basename(resolve(process.cwd(), "../")) === "node_modules" &&
  existsSync(resolve(process.cwd(), "../../package.json"))
) {
  console.log(
    `patch-package seems to be running as part of a dependency's postinstall script and will not attempt to apply patches.`,
  )
  process.exit(0)
}Metadata
Metadata
Assignees
Labels
No labels