From 7f0ded4926be2f5c574e9a3d2187f85f0e0c5bbc Mon Sep 17 00:00:00 2001 From: kpdecker Date: Sun, 22 Dec 2013 18:50:18 -0600 Subject: [PATCH] Relax packager dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36ae4ed6..2b103102 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "grunt-contrib-jshint": "~0.7.2", "grunt-contrib-requirejs": "~0.4.1", "grunt-contrib-uglify": "~0.2.2", - "es6-module-packager": "~0.1.1", + "es6-module-packager": "0.x", "jison": "~0.3.0", "keen.io": "0.0.3", "mocha": "*",