@cobnl/commitizen
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@cobnl/commitizen", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "COBnL Commitizen adapter following the conventional-changelog format", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
# cob-commitizen | ||
# @cobnl/commitizen | ||
@@ -13,6 +13,6 @@ ## Setup | ||
Install the `cob-commitizen` package. | ||
Install the `@cobnl/commitizen` package. | ||
``` | ||
npm install --save-dev cob-commitizen | ||
npm install --save-dev @cobnl/commitizen | ||
``` | ||
@@ -23,3 +23,3 @@ | ||
``` | ||
commitizen init cob-commitizen --save-dev --save-exact | ||
commitizen init @cobnl/commitizen --save-dev --save-exact | ||
``` | ||
@@ -26,0 +26,0 @@ |
Sorry, the diff of this file is not supported yet
8714