Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
c4958baf52 | |||
57f185080c | |||
adce81b084 | |||
bf77c64b78 | |||
072f4960f5 | |||
00f34eb67f |
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,4 +10,4 @@ npm-debug.log
|
||||
|
||||
ts/*.js
|
||||
ts/*.js.map
|
||||
ts/typings/
|
||||
ts/typings/
|
||||
|
@ -2,6 +2,10 @@ language: node_js
|
||||
node_js:
|
||||
- 4
|
||||
- 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:
|
||||
provider: npm
|
||||
email: npm@lossless.digital
|
||||
|
@ -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.8",
|
||||
"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