From 3073fc1f3c271fa6cc5fe221a29914ba4bc27775 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 23 Jun 2016 19:58:25 +0200 Subject: [PATCH] 0.0.11 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0467e1f..2f6f205 100644 --- a/package.json +++ b/package.json @@ -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)" },