From 2652de8220cce7c28c63b0b5d28cf113022bc44c Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Thu, 2 Feb 2012 14:59:40 -0800 Subject: [PATCH] tell cutarelease the proj name has no 'node-' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec5186d..6327199 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,5 @@ versioncheck: @echo Version check ok. cutarelease: versioncheck - ./tools/cutarelease.py -f package.json -f lib/bunyan.js + ./tools/cutarelease.py -p bunyan -f package.json -f lib/bunyan.js