tell cutarelease the proj name has no 'node-'
This commit is contained in:
parent
07b2bbf6c4
commit
2652de8220
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -8,5 +8,5 @@ versioncheck:
|
||||||
@echo Version check ok.
|
@echo Version check ok.
|
||||||
|
|
||||||
cutarelease: versioncheck
|
cutarelease: versioncheck
|
||||||
./tools/cutarelease.py -f package.json -f lib/bunyan.js
|
./tools/cutarelease.py -p bunyan -f package.json -f lib/bunyan.js
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue