From 2233e43814abde22c37bc27b2f66e6b57200e568 Mon Sep 17 00:00:00 2001 From: Gaurav Ramanan Date: Thu, 16 Mar 2017 15:21:59 +0530 Subject: [PATCH] Update browserify to 14.1.0 to support async / await --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af5ba02..e7766ca 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "dependencies": { "async": "^1.5.0", - "browserify": "^13.0.0", + "browserify": "^14.1.0", "glob": "^6.0.3", "lodash": "^3.10.1", "resolve": "^1.1.6",