Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
5
node_modules/pkg-up/index.js
generated
vendored
Normal file
5
node_modules/pkg-up/index.js
generated
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
'use strict';
|
||||
const findUp = require('find-up');
|
||||
|
||||
module.exports = cwd => findUp('package.json', {cwd});
|
||||
module.exports.sync = cwd => findUp.sync('package.json', {cwd});
|
||||
Loading…
Add table
Add a link
Reference in a new issue