Compare commits

...

3 Commits

Author SHA1 Message Date
bf77c64b78 0.0.9 2016-03-31 13:27:40 +02:00
072f4960f5 small travis fix 2016-03-31 13:23:59 +02:00
00f34eb67f updated travis 2016-03-31 13:21:35 +02:00
3 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View File

@ -10,4 +10,4 @@ npm-debug.log
ts/*.js
ts/*.js.map
ts/typings/
ts/typings/

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "smartgit",
"version": "0.0.8",
"version": "0.0.9",
"description": "an easy wrapper for nodegit",
"main": "dist/index.js",
"scripts": {