From 01499cc63a3438a6ec5ff5fb95bec10f856019e4 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 2 Jul 2016 02:22:12 +0200 Subject: [PATCH] 0.1.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5867a84..1fb4224 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "smartgit", - "version": "0.1.1", + "version": "0.1.2", "description": "an easy wrapper for nodegit", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { - "cleanTest":"rm -rf test/temp && rm -rf test/temp2", + "cleanTest": "rm -rf test/temp && rm -rf test/temp2", "test": "(npm run cleanTest && npmts)", "install": "node dist/postinstall.js" },