From 69d41365c078af736a66f2823fa8f501b4dca947 Mon Sep 17 00:00:00 2001 From: dcatoday Date: Tue, 20 Feb 2018 14:16:13 -0600 Subject: [PATCH] Upgrade VOC Dependency I have raised an issue for this to update the VOC dependency to 1.1.0. If this is acceptable this change would very much help out my current project. Thanks --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f7b98c..0c04e01 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "main": "./frac", "types": "types", "dependencies": { - "voc":"~1.0.0" + "voc":"^1.0.0" }, "devDependencies": { "mocha":"~2.5.3",