Fix issue with dependencies
This commit is contained in:
parent
935969c6f7
commit
8a00ed086d
10 changed files with 296 additions and 0 deletions
6
node_modules/github-linguist/node_modules/array-union/index.js
generated
vendored
Normal file
6
node_modules/github-linguist/node_modules/array-union/index.js
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
'use strict';
|
||||
var arrayUniq = require('array-uniq');
|
||||
|
||||
module.exports = function () {
|
||||
return arrayUniq([].concat.apply([], arguments));
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue