From 134116b42bdfafca7a1984e18136316ed6d8f8e7 Mon Sep 17 00:00:00 2001 From: navy Date: Fri, 1 Jun 2018 20:45:14 +0800 Subject: [PATCH] Update package.json update collections to the latest version , collections 3.0.0 conflict with ES6 issue:https://github.com/functionscope/Node-Excel-Export/issues/62 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6180b13..11b6415 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "Ber-Lin Lai ", "license": "BSD", "dependencies": { - "collections": "^3.0.0", + "collections": "^5.1.2", "node-zip": "1.x" }, "devDependencies": {