Skip to content

Commit 96b481d

Browse files
author
R0n0066
committed
no-story (fix): Fix package.json import
1 parent b6fa96f commit 96b481d

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
build:
2+
cp package.json package/package.json
23
packr -v -z
34

45
publish:

cmd/cmd-packr.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "go-cmf",
3+
"version": "1.0.16",
4+
"description": "CMF is an utility to standarize commit messages on porjects",
5+
"scripts": {
6+
"postinstall": "go-npm install",
7+
"preuninstall": "go-npm uninstall"
8+
},
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"
15+
},
16+
"dependencies": {
17+
"go-npm": "^0.1.9"
18+
}
19+
}

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "go-cmf",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "CMF is an utility to standarize commit messages on porjects",
55
"scripts": {
66
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)