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" } }