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", "name": "smartgit",
"version": "0.0.10", "version": "0.0.11",
"description": "an easy wrapper for nodegit", "description": "an easy wrapper for nodegit",
"main": "dist/index.js", "main": "dist/index.js",
"typings":"dist/index.d.ts", "typings": "dist/index.d.ts",
"scripts": { "scripts": {
"test": "(npmts)" "test": "(npmts)"
}, },