Socket
Socket
Sign inDemoInstall

revel-commit

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

revel-commit - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

package.json
{
"name": "revel-commit",
"version": "1.0.8",
"version": "1.0.9",
"description": "Commitizen wrapper following the conventional-changelog format and asking for Shortcut story at Revel.",

@@ -5,0 +5,0 @@ "bin": "./revel-cli.js",

@@ -5,6 +5,6 @@ #!/usr/bin/env node

const path = require("path");
const bootstrap = require("commitizen/dist/cli/git-cz").bootstrap;
const bootstrap = require("@dionlarson/commitizen/dist/cli/git-cz").bootstrap;
bootstrap({
cliPath: path.join(__dirname, "./node_modules/commitizen"),
cliPath: path.join(__dirname, "./node_modules/@dionlarson/commitizen"),
config: {

@@ -11,0 +11,0 @@ path: path.join(__dirname, "./cz-config.js"),

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc