use directories for structure
This commit is contained in:
6
node_modules/vinyl-fs/lib/constants.js
generated
vendored
Normal file
6
node_modules/vinyl-fs/lib/constants.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
MASK_MODE: parseInt('7777', 8),
|
||||
DEFAULT_FILE_MODE: parseInt('0666', 8),
|
||||
};
|
Reference in New Issue
Block a user