From ed9ba78d9b1e8637e0a61edada8bea25bf04a061 Mon Sep 17 00:00:00 2001 From: Scott Erickson Date: Tue, 20 Mar 2018 10:54:37 -0700 Subject: [PATCH] Set specific file-saver version Newer version changed how it exports the package, and when that's fixed the function doesn't actually save the file. Should be okay to update to 1.3.6 and beyond once that's available on npm. https://github.com/eligrey/FileSaver.js/issues/415 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc699451150..4094d2c3c68 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "express-useragent": "^1.0.4", "extract-text-webpack-plugin": "^3.0.1", "fastclick": "~1.0.3", - "file-saver": "^1.3.3", + "file-saver": "1.3.3", "geoip-lite": "^1.1.6", "graceful-fs": "~2.0.1", "gridfs-stream": "~1.1.1",