Compare commits

...

4 Commits

Author SHA1 Message Date
fc292d83b9 1.1.23 2019-01-30 10:55:17 +01:00
b29961df95 fix(scope): switch to @pushrocks 2019-01-30 10:55:16 +01:00
f774a82ad5 1.1.22 2019-01-30 03:21:15 +01:00
5a45f4750b fix(package.json): private setting 2019-01-30 03:21:14 +01:00
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "smartsocket",
"version": "1.1.21",
"version": "1.1.23",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "smartsocket",
"version": "1.1.21",
"name": "@pushrocks/smartsocket",
"version": "1.1.23",
"description": "easy and secure websocket communication, TypeScript ready",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -38,5 +38,5 @@
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.19"
},
"private": true
"private": false
}