From d2d9470cd99687501b6100639c37d0d8709911a9 Mon Sep 17 00:00:00 2001 From: Kasper Borup Date: Fri, 16 Oct 2015 10:25:09 +0200 Subject: [PATCH] fix to support internet explorer 10. _defineSetter_ updated to defineProperty in reader.js and writer.js of asn1 version 0.2.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fab5049..f104159 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "grunt-contrib-jshint": "0.11.0" }, "dependencies": { - "lodash": "3.3.0", - "asn1": "0.2.2" + "asn1": "^0.2.3", + "lodash": "3.3.0" } }