mirror of
https://github.com/danog/gift.git
synced 2024-11-26 20:04:47 +01:00
Publish
This commit is contained in:
parent
8ba0741658
commit
0694f131c8
@ -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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "gift",
|
||||
"name": "@danog/gift",
|
||||
"version": "0.10.2",
|
||||
"description": "a Git wrapper library",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user