Remove old config/ dir used by grunt

This commit is contained in:
David Humphrey (:humph) david.humphrey@senecacollege.ca 2018-12-20 17:54:44 -05:00 committed by David Humphrey
parent 3f400d17bf
commit b4c3d1f1ae
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
module.exports = (function() {
var habitat = require('habitat');
habitat.load();
return new habitat();
})();