Skip to content

Commit

Permalink
feat: standalone version as global bin (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoanalista authored Aug 1, 2020
1 parent 2fd14c6 commit 8ccd2f8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Commitizen customizable adapter following the conventional-changelog format.",
"main": "index.js",
"types": "index.d.ts",
"bin": {
"cz-customizable": "./standalone.js"
},
"scripts": {
"lint": "node_modules/eslint/bin/eslint.js *.js spec/**.js",
"test": "node_modules/jasmine-node/bin/jasmine-node spec/",
Expand Down

0 comments on commit 8ccd2f8

Please sign in to comment.