Skip to content

Commit ad6ac81

Browse files
author
R0n0066
committed
feature (add): go-npm as dependency
1 parent 5bbcafa commit ad6ac81

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-cmf",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "CMF is an utility to standarize commit messages on porjects",
55
"scripts": {
66
"postinstall": "go-npm install",
@@ -12,5 +12,8 @@
1212
"name": "cmf",
1313
"path": "./bin",
1414
"url": "https://github.com/WalmartDigital/commit-message-formatter/releases/download/v{{version}}/cmf_{{version}}_{{platform}}_{{arch}}.tar.gz"
15+
},
16+
"dependencies": {
17+
"go-npm": "^0.1.9"
1518
}
1619
}

0 commit comments

Comments
 (0)