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