UNPKG

guppy-post-applypatch

Version:

Installs a post-applypatch git-hook only, for guppy packages

30 lines (29 loc) 787 B
{ "name": "guppy-post-applypatch", "version": "0.2.1", "description": "Installs a post-applypatch git-hook only, for guppy packages", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "guppy post-applypatch" }, "repository": { "type": "git", "url": "https://github.com/therealklanni/guppy-post-applypatch.git" }, "keywords": [ "guppy", "git-guppy", "guppy-hook", "post-applypatch" ], "author": "Kevin Lanni (https://github.com/therealklanni)", "license": "MIT", "bugs": { "url": "https://github.com/therealklanni/guppy-post-applypatch/issues" }, "homepage": "https://github.com/therealklanni/guppy-post-applypatch", "dependencies": { "guppy-cli": "^0.3.0" } }