mirror of https://github.com/codefeathers/mark
Muthu Kumar
7 years ago
2 changed files with 8 additions and 0 deletions
@ -0,0 +1 @@ |
|||||
|
node_modules |
@ -0,0 +1,7 @@ |
|||||
|
const path = require('path'); |
||||
|
const home = require('os').homedir(); |
||||
|
|
||||
|
module.exports = { |
||||
|
MARK_DIR: path.join(home, '/.mark'), |
||||
|
MARK_RC: path.join(home, '/.markrc'), |
||||
|
} |
Loading…
Reference in new issue