From af384220f798a2318d90aa519c096af52f6a0097 Mon Sep 17 00:00:00 2001 From: "Henry Q. Dineen" Date: Thu, 21 May 2015 15:12:23 -0400 Subject: [PATCH] adding "main" entry point in package.json I want to use dicomParser but I am using browserify in my project. I am getting "cannot find module" errors and I believe this will fix it. Thanks! --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4d0b46c..2474c31 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "main": "dist/dicomParser.js", "devDependencies": { "grunt-contrib-copy": "0.4.x", "grunt-contrib-qunit": "^0.4.0",