From bca6a56dace334f573ead42ff2e1bfb0b299a4a3 Mon Sep 17 00:00:00 2001 From: gilad shoham Date: Sun, 19 Feb 2017 17:17:07 +0200 Subject: [PATCH] Update main file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 24b8eba..9f63b3e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "seven-boom", "version": "1.0.0", "description": "A decorator around Boom (HTTP-friendly error objects) to empower it", - "main": "lib/sevenBoom.js", + "main": "dist/sevenBoom.js", "scripts": { "compile": "babel -d dist/ lib/", "watch": "babel --watch -d dist/ lib/",