From 99b380809816a4e2ebf6f1624901b150d6be736f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie?= Date: Wed, 21 Sep 2016 16:05:12 +0200 Subject: [PATCH] feat(package): update dragula tp 3.7.2 (#405) Fix #404 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac2f3895..53d51954 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "postversion": "git push origin master && git push --tags" }, "dependencies": { - "dragula": "3.7.1" + "dragula": "3.7.2" }, "peerDependencies": { "@angular/common": "2.0.0",