From e9d969dcf3553000872ad000cb24928b4004bc29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Koreti=C4=87?= Date: Mon, 9 May 2016 09:33:52 +0200 Subject: [PATCH] Update packages to latest version This fixes 'registry returned 404 for GET on https://registry.npmjs.org/esprima-six' since esprima-six is a dependency of gluejs but was removed from npm. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 71bc266..194c9bf 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ }, "bugs": "https://github.com/cablelabs/mpegtssections-js/issues", "devDependencies": { - "gluejs": "2.3.x", - "jshint": "2.5.x", - "nodeunit": "0.8.x" + "gluejs": "2.4.x", + "jshint": "2.9.x", + "nodeunit": "0.9.x" }, "homepage": "https://github.com/cablelabs/mpegtssections-js", "license": "BSD-2-Clause",