1
0
mirror of https://github.com/danog/gift.git synced 2024-11-26 20:04:47 +01:00
This commit is contained in:
Daniil Gentili 2020-08-22 21:25:15 +02:00
parent 8ba0741658
commit 0694f131c8
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Gift [![](https://img.shields.io/npm/v/gift.svg) ![](https://img.shields.io/npm/dt/gift.svg)](https://www.npmjs.com/package/gift)
A simple Node.js wrapper for the Git CLI. The API is based on
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.

View File

@ -1,5 +1,5 @@
{
"name": "gift",
"name": "@danog/gift",
"version": "0.10.2",
"description": "a Git wrapper library",
"keywords": [