From 7c22e221f01198348af03a51c7115d0f7f32e6a9 Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 10 May 2016 15:49:02 +0200 Subject: [PATCH] update entry point Update entry point in order to be able to use the module like: ``` require('eruda'); ``` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85546be..ef62807 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "eruda", "version": "0.2.2", "description": "Console for mobile JavaScript", - "main": "index.js", + "main": "dist/eruda.js", "scripts": { "dev": "webpack --watch", "release": "webpack & uglifyjs dist/eruda.js -o dist/eruda.min.js",