From 4d62421446455c18e842efe5fb00cbce5c81cab6 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Sat, 23 Mar 2019 10:48:43 -0400 Subject: [PATCH] Remove non-source files from src lib of system module --- src/system/Readme.md | 37 ------------------------------------- src/system/package.json | 11 ----------- 2 files changed, 48 deletions(-) delete mode 100644 src/system/Readme.md delete mode 100644 src/system/package.json diff --git a/src/system/Readme.md b/src/system/Readme.md deleted file mode 100644 index 9a1dbf0..0000000 --- a/src/system/Readme.md +++ /dev/null @@ -1,37 +0,0 @@ -## Functions - -
-
dependencies(platform)
-

Evaluates system dependencies for digital -projector features by executing processes with ---help flag. If they do not exist, log to console

-
-
system()object
-

Profile the current system and return an object with -data about the displays and dependencies for the digital -projector feature.

-
-
- - - -## dependencies(platform) -Evaluates system dependencies for digital -projector features by executing processes with ---help flag. If they do not exist, log to console - -**Kind**: global function - -| Param | Type | Description | -| --- | --- | --- | -| platform | string | Operating system type | - - - -## system() ⇒ object -Profile the current system and return an object with -data about the displays and dependencies for the digital -projector feature. - -**Kind**: global function -**Returns**: object - Object containing system information diff --git a/src/system/package.json b/src/system/package.json deleted file mode 100644 index 148877b..0000000 --- a/src/system/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "system", - "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "ISC" -}