From 3be5c3b8ab50aa78685774897a897c6e73cb79f7 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Sun, 11 Sep 2016 16:49:44 +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 f5b4713..0ced127 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "smartdata", - "version": "1.0.0", + "version": "1.0.1", "description": "do more with data", "main": "dist/index.js", - "typings":"dist/index.d.ts", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" },