From 9f605bb12ff41980e6e16cbc5ae18217654c6b67 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 16 Jun 2017 00:03:43 +0200 Subject: [PATCH] Added gulp-dart as a requirement to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0dd2fac..d92b6ed 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "devDependencies": { "gulp": "^3.9.1", "gulp-coffee": "^2.3.1", + "gulp-dart": "^0.2.4", "gulp-sass": "^2.1.0", "node-sass": "^3.4.2" },