0.1.23 • Published 7 months ago

@treenity/patch-libs v0.1.23

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Patch Libs

Package to put your pathces for extarnal libs. Will be applied automatically only to packages, which exists in your setup.

Create new patch for <package>

  1. pnpm i <package>
  2. Edit files in node_modules/<package>
  3. patch-package <package>
  4. The patch will be created in the patches directory
  5. Commit the file patches/<package>+<version>.patch
  6. Revert package.json. No need for any deps

Test your patch before commit

  1. Run npm run patch-libs
  2. The <package> will be installed in node_modules and patched
  3. Check that all the changes applied correctly
  4. Use npm run cleanup to remove deps, and run patch process again

Patches are applied automatically with

0.1.23

7 months ago

0.1.21

9 months ago

0.1.22

8 months ago

0.1.20

9 months ago

0.1.16

10 months ago

0.1.17

10 months ago

0.1.18

10 months ago

0.1.19

9 months ago

0.1.13

10 months ago

0.1.14

10 months ago

0.1.15

10 months ago

0.1.12

10 months ago

0.1.11

11 months ago

0.1.10

11 months ago

0.1.9

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago