UNPKG

guppy-pre-push

Version:

Installs a pre-push git-hook only, for guppy packages

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