From 10cd0ef167830e2a9ba5605fe8c9a98c0772af29 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Sun, 7 Aug 2016 15:12:52 +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 9fb2acb..a664518 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "smartsocket", - "version": "1.0.0", + "version": "1.0.1", "description": "easy and secure websocket communication", "main": "dist/index.js", - "typings":"dist/index.d.ts", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" },