Skip to content

Commit 611ba4e

Browse files
author
R0n0066
committed
feature (npm): Add go-np config
1 parent b1612eb commit 611ba4e

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
vendor
22
src
3+
dist
34
node_modules

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
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
}

0 commit comments

Comments
 (0)