From 922e7c7c6da968f2fe8d2399f2eb036a32f2ceaa Mon Sep 17 00:00:00 2001 From: Argishti Karapetyan Date: Fri, 19 Apr 2019 00:00:02 +0400 Subject: [PATCH] Changed module entry point --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 22c851e..1fc1aff 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "cap-height", "version": "2.0.0", "description": "Calculate the cap height of fonts loaded with Web Font Loader", - "main": "./dist/cap-height.js", - "module": "./src/index.js", + "module": "./dist/cap-height.js", + "main": "./src/index.js", "dependencies": { "fvd": "^1.0.0", "lodash": "^4.6.1",