From 5f466137ad6ac596600e3ff53c9b786815398445 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 27 May 2017 17:36:13 +0200 Subject: node_modules, clean up package.json --- node_modules/istanbul/lib/register-plugins.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 node_modules/istanbul/lib/register-plugins.js (limited to 'node_modules/istanbul/lib/register-plugins.js') diff --git a/node_modules/istanbul/lib/register-plugins.js b/node_modules/istanbul/lib/register-plugins.js deleted file mode 100644 index 50462bec1..000000000 --- a/node_modules/istanbul/lib/register-plugins.js +++ /dev/null @@ -1,15 +0,0 @@ - -/* - Copyright (c) 2012, Yahoo! Inc. All rights reserved. - Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. - */ -var Store = require('./store'), - Report = require('./report'), - Command = require('./command'); - -Store.loadAll(); -Report.loadAll(); -Command.loadAll(); - - - -- cgit v1.2.3