mirror of
https://github.com/danog/gift.git
synced 2024-11-30 04:19:37 +01:00
Update
This commit is contained in:
parent
d068cfbb16
commit
6eee15ab49
13
package.json
13
package.json
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user