mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-15 14:58:32 +00:00
10 lines
116 B
JavaScript
10 lines
116 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
pkg: {
|
|
scripts: [
|
|
'lib/drivers/node-mongodb-native/*.js'
|
|
]
|
|
}
|
|
};
|