now has .git

This commit is contained in:
2016-02-23 08:48:41 +01:00
parent e4ef9bf97a
commit 3c9dd787b3
9 changed files with 25 additions and 16 deletions

View File

@@ -2,7 +2,8 @@
var plugins = {
path: require("path"),
Q: require("q"),
smartfile: require("smartfile")
smartfile: require("smartfile"),
smartstring: require("smartstring")
};
export = plugins;