Published inOutbrain 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
Published inOutbrain 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
Published inOutbrain 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
Published inOutbrain 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
How to rollback an npm packageMask your broken version and better understand how npm dist-tags worksOct 24, 2022Oct 24, 2022