Omri Bar-ZikinOutbrain EngineeringHow To Make Conventional Changelog Analyze Merge CommitsTo make conventional changelog analyze merge commits, you will need to create a config file with this config:Oct 25, 20231Oct 25, 20231
Omri Bar-ZikinOutbrain EngineeringNode.js Module ResolutionEvery time we import anything in Node.js, there is a simple algorithm that Node.JS runs to the detriment where this module exists in our…Jun 28, 2023Jun 28, 2023
Omri Bar-ZikinOutbrain EngineeringDependencies. Prod VS Dev VS PeerIn npm, we have three major types of dependencies: prod or just dependencies, dev dependencies, and peer dependencies.Jun 28, 2023Jun 28, 2023
Omri Bar-ZikinOutbrain EngineeringThe hidden power of package.jsonMost of us interact with the package.json file only to add a new script, update dependencies or update the version of our packages, but …Jun 17, 2023Jun 17, 2023
Omri Bar-ZikHow to rollback an npm packageMask your broken version and better understand how npm dist-tags worksOct 24, 2022Oct 24, 2022