Compare commits

...

3 Commits

Author SHA1 Message Date
c4958baf52 0.0.10 2016-04-04 23:09:17 +02:00
57f185080c update deps 2016-04-04 23:09:14 +02:00
adce81b084 now pushing to coveralls 2016-03-31 13:39:30 +02:00
3 changed files with 11 additions and 5 deletions

View File

@ -4,6 +4,7 @@ an easy wrapper for nodegit
### Buildstatus/Dependencies
[![Build Status](https://travis-ci.org/pushrocks/smartgit.svg?branch=master)](https://travis-ci.org/pushrocks/smartgit)
[![devDependency Status](https://david-dm.org/pushrocks/smartgit/dev-status.svg)](https://david-dm.org/pushrocks/smartgit#info=devDependencies)
[![Coverage Status](https://coveralls.io/repos/github/pushrocks/smartgit/badge.svg?branch=master)](https://coveralls.io/github/pushrocks/smartgit?branch=master)
### Usage
This npm package comes with everything you need to start your own gulp plugin.

5
npmts.json Normal file
View File

@ -0,0 +1,5 @@
{
"mode":"default",
"codecov":true,
"coverageTreshold":71
}

View File

@ -1,6 +1,6 @@
{
"name": "smartgit",
"version": "0.0.9",
"version": "0.0.10",
"description": "an easy wrapper for nodegit",
"main": "dist/index.js",
"scripts": {
@ -22,12 +22,12 @@
},
"homepage": "https://github.com/pushrocks/smartgit",
"dependencies": {
"beautylog": "3.1.2",
"nodegit": "0.12.1",
"q": "1.4.1"
"beautylog": "^3.1.2",
"nodegit": "^0.12.1",
"q": "^1.4.1"
},
"devDependencies": {
"npmts": "3.6.10",
"npmts": "^4.0.1",
"should": "^8.3.0"
}
}