From 5f621f8769aa8c35b3dd633e06fde3b1101baac1 Mon Sep 17 00:00:00 2001 From: spalger Date: Fri, 29 Dec 2017 11:34:50 -0700 Subject: [PATCH] vinyl is only used in testing --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1f3cc8f..86103dd 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,7 @@ "minimatch": "^3.0.3", "plugin-error": "^0.1.2", "rcloader": "^0.2.2", - "through2": "^2.0.0", - "vinyl": "^2.1.0" + "through2": "^2.0.0" }, "peerDependencies": { "jshint": "2.x" @@ -30,7 +29,8 @@ "gulp": "^3.8.10", "jshint": "^2.9.4", "mocha": "^3.0.0", - "should": "^11.0.0" + "should": "^11.0.0", + "vinyl": "^2.1.0" }, "scripts": { "test": "gulp test"