Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
c4958baf52 | |||
57f185080c | |||
adce81b084 | |||
bf77c64b78 | |||
072f4960f5 | |||
00f34eb67f |
@ -2,6 +2,10 @@ language: node_js
|
|||||||
node_js:
|
node_js:
|
||||||
- 4
|
- 4
|
||||||
- stable
|
- stable
|
||||||
|
before_install:
|
||||||
|
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|
||||||
|
- sudo apt-get update
|
||||||
|
- sudo apt-get install libstdc++-4.9-dev -y
|
||||||
deploy:
|
deploy:
|
||||||
provider: npm
|
provider: npm
|
||||||
email: npm@lossless.digital
|
email: npm@lossless.digital
|
||||||
|
@ -4,6 +4,7 @@ an easy wrapper for nodegit
|
|||||||
### Buildstatus/Dependencies
|
### Buildstatus/Dependencies
|
||||||
[](https://travis-ci.org/pushrocks/smartgit)
|
[](https://travis-ci.org/pushrocks/smartgit)
|
||||||
[](https://david-dm.org/pushrocks/smartgit#info=devDependencies)
|
[](https://david-dm.org/pushrocks/smartgit#info=devDependencies)
|
||||||
|
[](https://coveralls.io/github/pushrocks/smartgit?branch=master)
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
This npm package comes with everything you need to start your own gulp plugin.
|
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",
|
"name": "smartgit",
|
||||||
"version": "0.0.8",
|
"version": "0.0.10",
|
||||||
"description": "an easy wrapper for nodegit",
|
"description": "an easy wrapper for nodegit",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -22,12 +22,12 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/pushrocks/smartgit",
|
"homepage": "https://github.com/pushrocks/smartgit",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"beautylog": "3.1.2",
|
"beautylog": "^3.1.2",
|
||||||
"nodegit": "0.12.1",
|
"nodegit": "^0.12.1",
|
||||||
"q": "1.4.1"
|
"q": "^1.4.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"npmts": "3.6.10",
|
"npmts": "^4.0.1",
|
||||||
"should": "^8.3.0"
|
"should": "^8.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user