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:41:07 +02:00
parent d068cfbb16
commit 6eee15ab49
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -1,6 +1,6 @@
{
"name": "@danog/gift",
"version": "0.10.2",
"version": "0.10.3",
"description": "a Git wrapper library",
"keywords": [
"git",
@ -11,10 +11,7 @@
"bugs": {
"url": "https://github.com/notatestuser/gift/issues"
},
"author": {
"name": "sentientwaffle",
"url": "http://sentientwaffle.github.com/"
},
"author": "sentientwaffle (http://sentientwaffle.github.com/)",
"license": "MIT",
"main": "./lib/index",
"scripts": {
@ -23,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/notatestuser/gift.git"
"url": "git+https://github.com/notatestuser/gift.git"
},
"dependencies": {
"flex-exec": "^1.0.0",
@ -38,5 +35,9 @@
},
"engines": {
"node": ">=4"
},
"directories": {
"lib": "lib",
"test": "test"
}
}