From a347ded65a749be4858a1df9bb7c1fcbea5d9257 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 23 May 2016 05:37:12 +0200 Subject: [PATCH] 0.1.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 70fa047..d35a802 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "taskbuffer", - "version": "0.1.2", + "version": "0.1.3", "description": "Flexible task organization for gulp. TypeScript ready!", "main": "dist/index.js", - "typings":"dist/index.d.ts", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" },