diff --git a/package.json b/package.json index a01118a..a9fd088 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,11 @@ "scripts": { "pre-install": "mkdir -p lib && ./node_modules/.bin/coffee -o lib src/reparse.js" }, + "directories": { + "lib": "./lib" + }, + "main": { + "lib/reparse" + }, "engine": "node >= 0.6.0" }