From 09c69f2588bc830c01b6b5d0385fc41e2c9593a4 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Thu, 28 Jul 2016 01:25:47 +0200 Subject: [PATCH] 1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 497d750..7ab98b5 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "smartci", - "version": "1.0.0", + "version": "1.0.1", "description": "makes it easy to automate tasks with Continuous Integration", "main": "dist/index.js", - "typings":"dist/index.d.ts", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" },