File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed
Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11vendor
22src
3+ dist
34node_modules
Original file line number Diff line number Diff line change 11{
2- "name" : " cfm " ,
2+ "name" : " cmf " ,
33 "version" : " 1.0.0" ,
4- "description" : " ---" ,
5- "main" : " index.js" ,
4+ "description" : " CMF is an utility to standarize commit messages on porjects" ,
65 "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1"
6+ "postinstall" : " go-npm install" ,
7+ "preuninstall" : " go-npm uninstall"
88 },
9- "author" : " " ,
10- "license" : " ISC" ,
11- "dependencies" : {
12- "go-npm" : " ^0.1.9"
9+ "author" : " Rodrigo Navarro" ,
10+ "license" : " MIT" ,
11+ "goBinary" : {
12+ "name" : " cmf" ,
13+ "path" : " ./bin" ,
14+ "url" : " https://github.com/WalmartDigital/commit-message-formatter/releases/download/v{{version}}/cmf_{{version}}_{{platform}}_{{arch}}.tar.gz"
1315 }
1416}
You can’t perform that action at this time.
0 commit comments