Switch to tap

This commit is contained in:
Phil Kunz
2017-03-04 20:49:10 +00:00
parent f99605da8f
commit ad275d2113
15 changed files with 475 additions and 495 deletions

View File

@@ -15,8 +15,6 @@ const path = require("path");
exports.path = path;
const smartcli = require("smartcli");
exports.smartcli = smartcli;
const smartcov = require("smartcov");
exports.smartcov = smartcov;
const smartenv = require("smartenv");
exports.smartenv = smartenv;
const smartfile = require("smartfile");