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 1
1
vendor
2
2
src
3
+ dist
3
4
node_modules
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " cfm " ,
2
+ "name" : " cmf " ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " ---" ,
5
- "main" : " index.js" ,
4
+ "description" : " CMF is an utility to standarize commit messages on porjects" ,
6
5
"scripts" : {
7
- "test" : " echo \" Error: no test specified\" && exit 1"
6
+ "postinstall" : " go-npm install" ,
7
+ "preuninstall" : " go-npm uninstall"
8
8
},
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"
13
15
}
14
16
}
You can’t perform that action at this time.
0 commit comments