ready for npmts-g

This commit is contained in:
2016-06-10 06:14:12 +02:00
parent 3df47307a3
commit 7f4d72f0d6
10 changed files with 45 additions and 72 deletions

2
dist/npmts.paths.js vendored
View File

@@ -4,7 +4,7 @@ var plugins = require("./npmts.plugins");
//Npmts Paths
exports.npmtsPackageRoot = plugins.path.join(__dirname, "../");
//Project paths
exports.cwd = plugins.smartcli.get.cwd().path;
exports.cwd = process.cwd();
//Directories
exports.tsDir = plugins.path.join(exports.cwd, "ts/");
exports.distDir = plugins.path.join(exports.cwd, "dist/");