summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2018-05-20 19:59:24 -0600
committermo <mo.khan@gmail.com>2018-05-20 19:59:24 -0600
commit5201ded2a3e0848512ebf9a67d66e66bfa0d81c8 (patch)
tree5fe49c2d36a7b615806401a26fa8c0138f5513eb /package.json
parent1170671754f4579b4513e23c2df4a625f88013db (diff)
fix package main.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9016cc3..810b46f 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "mokha",
"version": "0.1.2",
"description": "i'm not sure yet",
- "main": "./distribution/index.js",
+ "main": "dist/index.js",
"repository": "https://www.mokhan.ca/",
"author": "mo",
"license": "MIT",