From c12154d35d39a5d2fa9befdf23b2951bb4aff934 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 22 Aug 2020 22:03:39 +0200 Subject: [PATCH] Update badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb99708..9ee9cb9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Gift [![](https://img.shields.io/npm/v/gift.svg) ![](https://img.shields.io/npm/dt/gift.svg)](https://www.npmjs.com/package/gift) +# Gift [![](https://img.shields.io/npm/v/@danog/gift.svg) ![](https://img.shields.io/npm/dt/@danog/gift.svg)](https://www.npmjs.com/package/@danog/gift) A simple Node.js wrapper for the Git CLI, with fixed parsing of GitHub commit signatures. The API is based on [Grit](https://github.com/mojombo/grit). Tested in all stable versions of node. -[![Build Status](https://secure.travis-ci.org/notatestuser/gift.svg?branch=master)](http://travis-ci.org/notatestuser/gift) [![Dependency Status](https://david-dm.org/notatestuser/gift.svg)](https://david-dm.org/notatestuser/gift) [![devDependency Status](https://david-dm.org/notatestuser/gift/dev-status.svg)](https://david-dm.org/notatestuser/gift#info=devDependencies) +![Node.js CI](https://github.com/danog/gift/workflows/Node.js%20CI/badge.svg) # Table of Contents