Compare commits

..

2 Commits

Author SHA1 Message Date
bb91335318 0.0.7 2016-03-31 01:35:40 +02:00
27438a8ac4 update travis 2016-03-31 01:35:21 +02:00
2 changed files with 3 additions and 6 deletions

View File

@ -1,10 +1,7 @@
language: node_js language: node_js
node_js: node_js:
- '4.2.4' - 4
before_install: - stable
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update
- sudo apt-get dist-upgrade -y
deploy: deploy:
provider: npm provider: npm
email: npm@lossless.digital email: npm@lossless.digital

View File

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