8 lines
106 B
JavaScript
8 lines
106 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
pkg: {
|
|
scripts: ['lib/drivers/node-mongodb-native/*.js'],
|
|
},
|
|
};
|