From 956d0b888ac695182b96eda00a9a06ba7b0bb04c Mon Sep 17 00:00:00 2001 From: maserg Date: Mon, 11 Feb 2013 19:00:52 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39303fd..bd3082a 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ , "description": "Adds a handy `trace` flag to the console object to prepend the file and line number" , "main": "./console-trace" , "dependencies": { - "callsite": "*" + "callsite": "0.0.1" } }