From dbd9f1f62086a26d046b58a83de4192f008c5251 Mon Sep 17 00:00:00 2001 From: Alex Reardon Date: Fri, 5 May 2017 07:43:09 +0200 Subject: [PATCH] removing module export from package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index c539146..f4f5994 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "1.0.2", "description": "A memoization library which only remembers the latest invocation", "main": "lib/index.js", - "module": "src/index.js", "author": "Alex Reardon ", "license": "MIT", "repository": {