aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index edb23c8..abedcc4 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "fengari",
"version": "0.0.1",
"description": "A Lua VM written in JS ES6 targeting the browser",
- "main": "index.js",
+ "main": "src/fengari.js",
"directories": {
"test": "tests"
},