Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piuccio committed Dec 28, 2016
1 parent 4bf5aef commit 8e5869a
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"name": "git-promise",
"description": "Simple wrapper to run any git command and process it's output using promises.",
"version": "0.3.0",
"homepage": "https://github.com/piuccio/git-promise",
"author": {
"name": "Fabio Crisci",
"email": "piuccio@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/piuccio/git-promise.git"
},
"bugs": {
"url": "https://github.com/piuccio/git-promise/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/piuccio/git-promise/blob/master/LICENSE"
}
],
"main": "./index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "nodeunit test",
"cover": "istanbul cover node_modules/nodeunit/bin/nodeunit -- test"
},
"keywords": [
"git",
"shell"
],
"dependencies": {
"q": "~1.4.1",
"shelljs": "~0.5.3"
},
"devDependencies": {
"nodeunit": "~0.9.1"
}
}
{
"name": "git-promise",
"description": "Simple wrapper to run any git command and process it's output using promises.",
"version": "0.3.1",
"homepage": "https://github.com/piuccio/git-promise",
"author": {
"name": "Fabio Crisci",
"email": "piuccio@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/piuccio/git-promise.git"
},
"bugs": {
"url": "https://github.com/piuccio/git-promise/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/piuccio/git-promise/blob/master/LICENSE"
}
],
"main": "./index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "nodeunit test",
"cover": "istanbul cover node_modules/nodeunit/bin/nodeunit -- test"
},
"keywords": [
"git",
"shell"
],
"dependencies": {
"q": "~1.4.1",
"shelljs": "~0.5.3"
},
"devDependencies": {
"nodeunit": "~0.9.1"
}
}

0 comments on commit 8e5869a

Please sign in to comment.