0.1.23 • Published 7 months ago
@treenity/patch-libs v0.1.23
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>
- pnpm i <package>
- Edit files in
node_modules/<package>
patch-package <package>
- The patch will be created in the
patches
directory - Commit the file
patches/<package>+<version>.patch
- Revert
package.json
. No need for any deps
Test your patch before commit
- Run
npm run patch-libs
- The
<package>
will be installed innode_modules
and patched - Check that all the changes applied correctly
- 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