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)" },