UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

32 lines (31 loc) 817 B
{ "types": { "feat": { "description": "A new feature" }, "fix": { "description": "A bug fix" }, "docs": { "description": "Documentation only changes" }, "style": { "description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)" }, "refactor": { "description": "A code change that neither fixes a bug or adds a feature" }, "perf": { "description": "A code change that improves performance" }, "test": { "description": "Adding missing tests" }, "chore": { "description": "Changes to the build process or auxiliary tools and libraries such as documentation generation" }, "revert": { "description": "Reverts a previous commit" } } }