draft: refactor project so it sits on top of a standalone app
This commit is contained in:
+5
@@ -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});
|
||||
Reference in New Issue
Block a user