From 47747f329fe159e94262318b52b87a48f6c0acd4 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Tue, 19 Sep 2017 00:09:21 +0200 Subject: [PATCH] remove `component.json` The project has been deprected since 2015. We should be encouraging the community to move forward and thus this file should be removed. --- component.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 component.json diff --git a/component.json b/component.json deleted file mode 100644 index a2e9ad39..00000000 --- a/component.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "debug", - "repo": "visionmedia/debug", - "description": "small debugging utility", - "version": "3.0.1", - "keywords": [ - "debug", - "log", - "debugger" - ], - "main": "src/browser.js", - "scripts": [ - "src/browser.js", - "src/debug.js" - ], - "dependencies": { - "rauchg/ms.js": "2.0.0" - } -}