From a25833f60edf9c518cdba84234309d0d291f88d3 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Thu, 14 Apr 2016 15:29:22 -0700 Subject: [PATCH] fix main param --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20b2c60..86cf952 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "elastique", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "lib/index.js", "scripts": { "test": "npm run build && mocha --compilers js:babel-core/register", "build": "babel src --out-dir lib",