Added package-lock.json to .gitignore because the author didn't commit a lock, and I wasn't about to in their place.
Prepended ./node_modules/.bin/ to binaries from devdependencies. NPM scripts will be able to run even if the user hasn't installed a global version of the binary.
package-lock.json
to.gitignore
because the author didn't commit a lock, and I wasn't about to in their place../node_modules/.bin/
to binaries from devdependencies. NPM scripts will be able to run even if the user hasn't installed a global version of the binary.standard
errors until tests passed.