plugin doesn't work with subdirs/monorepos
the current plugin always assumes it's operating on a package.json in the root of a git checkout as it assumes .git/ is in the same dir as it. if the package is in a subdir, it fails.
to reproduce, simply create a dir and move the package into that.