From 17d5c67eb318bd22d1ecfd3ef1a8fdbfd771dc51 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 23 Dec 2017 13:59:51 +0300 Subject: [PATCH] Fix `files` section in `package.json` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d285209..facede8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "FileSaver.js", "module": "src/FileSaver.js", "files": [ - "es/FileSaver.min.js", + "FileSaver.min.js", "src/FileSaver.js" ], "scripts": {