This commit is contained in:
Philipp Kunz 2016-08-07 15:12:52 +02:00
parent b327dbba21
commit 10cd0ef167

View File

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