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