This commit is contained in:
Philipp Kunz 2016-06-23 19:58:25 +02:00
parent 760b5557f3
commit 3073fc1f3c

View File

@ -1,9 +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",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},