fix merge issue

This commit is contained in:
2016-06-25 19:14:44 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,9 @@
{
"name": "smartgit",
"version": "0.0.10",
"version": "0.0.11",
"description": "an easy wrapper for nodegit",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},