UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

11 lines (8 loc) 221 B
'use strict'; var findUp = require('find-up'); module.exports = function (cwd) { return findUp('package.json', {cwd: cwd}); }; module.exports.sync = function (cwd) { return findUp.sync('package.json', {cwd: cwd}); };