README
get-parent-dir
Find the parent directory from a required module.
example
var findParent = require('get-parent-dir')
findParent.sync() // Returns the parent dir as a string
api
findParent(callback)
callscallback
with found dir, ornull
if unfound.findParent.sync()
returns found dir ornull
if unfound.
license
MIT