first commit
This commit is contained in:
7
node_modules/indefinite/gulp/config.js
generated
vendored
Normal file
7
node_modules/indefinite/gulp/config.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
root: path.resolve(__dirname, '..') + path.sep,
|
||||
tests: ['test/**/*.js'],
|
||||
lib: ['lib/**/*.js']
|
||||
};
|
||||
Reference in New Issue
Block a user