From e19184e29b26173dcd55438f79310e22befe3968 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 4 Jun 2016 01:14:30 +0200 Subject: [PATCH] 1.3.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e316789..d368853 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "gulp-function", - "version": "1.3.1", + "version": "1.3.2", "description": "accepts a function call as parameter to execute in gulp pipeline", "main": "dist/index.js", - "typings":"dist/index.d.ts", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)", "reinstall": "(rm -r node_modules && npm install)",