Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
c4958baf52 | |||
57f185080c | |||
adce81b084 |
@ -4,6 +4,7 @@ an easy wrapper for nodegit
|
||||
### Buildstatus/Dependencies
|
||||
[](https://travis-ci.org/pushrocks/smartgit)
|
||||
[](https://david-dm.org/pushrocks/smartgit#info=devDependencies)
|
||||
[](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
5
npmts.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"mode":"default",
|
||||
"codecov":true,
|
||||
"coverageTreshold":71
|
||||
}
|
10
package.json
10
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user