From c1b096c122afa9ac92ed9dc73070833716f02396 Mon Sep 17 00:00:00 2001 From: Daniel Kantor Date: Wed, 10 Oct 2018 20:15:42 +0200 Subject: [PATCH] fix: fix package main file --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index bf0007e4..bfbdfd75 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,7 @@ { "name": "emuto", "version": "0.0.0-development", - "main": "lib/index.js", - "module": "src/index.js", + "main": "lib/emuto.js", "license": "MIT", "scripts": { "analyze": "yarn build --json | tac | tac | tail -n +3 > stats.json",