mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
fix(dependencies): fix versions
This commit is contained in:
parent
62810aeb3d
commit
5523029e88
4 changed files with 144 additions and 113 deletions
|
|
@ -17,10 +17,7 @@ function isWebpackDevServer() {
|
|||
return process.argv[1] && !! (/webpack-dev-server/.exec(process.argv[1]));
|
||||
}
|
||||
|
||||
function root(args) {
|
||||
args = Array.prototype.slice.call(arguments, 0);
|
||||
return path.join.apply(path, [ROOT].concat(args));
|
||||
}
|
||||
var root = path.join.bind(path, ROOT);
|
||||
|
||||
exports.hasProcessFlag = hasProcessFlag;
|
||||
exports.hasNpmFlag = hasNpmFlag;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue