Moved a few files and added a new post about JavaScript coding conventions

This commit is contained in:
Jeff Parsons 2014-09-30 10:57:34 -07:00 committed by jeffpar
commit 9cefe2e700
9 changed files with 179 additions and 16 deletions

View file

@ -38,8 +38,6 @@ var glob = require("glob");
* @class exports
* @property {function(string)} sync
*/
var mkdirp = require("mkdirp");
var HTTPAPI = require("./httpapi");
var DumpAPI = require("../../shared/lib/dumpapi");
var MarkOut = require("../../markout");