Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:robb-j/git-global-status
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed Apr 9, 2019
2 parents f8e3236 + 785285d commit 6e9bd79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -2,16 +2,15 @@
"name": "git-global-status",
"private": false,
"version": "0.0.0",
"description": "",
"description": "A cli to quickly find out which repos you forgot to commit to",
"main": "src/index.js",
"repository": "robb-j/git-status",
"repository": "robb-j/git-global-status",
"author": "Rob Anderson (https://r0b.io)",
"license": "MIT",
"bin": "src/cli.js",
"scripts": {
"coverage": "jest --coverage",
"lint": "eslint src",
"postversion": "node tools/buildAndPush.js",
"prettier": "prettier --write '**/*.{js,json,css,md}'",
"start": "node src/index.js",
"test": "jest",
Expand Down

0 comments on commit 6e9bd79

Please sign in to comment.