Compare commits

...

4 Commits

Author SHA1 Message Date
85a5d7cdaf 1.1.24 2019-01-30 10:55:52 +01:00
69380a2dbc fix(npmextra): adjust access level 2019-01-30 10:55:51 +01:00
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
3 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
{ {
"gitzone": {}, "gitzone": {},
"npmci": { "npmci": {
"npmGlobalTools": [] "npmGlobalTools": [],
"npmAccessLevel": "public"
} }
} }

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "smartsocket", "name": "@pushrocks/smartsocket",
"version": "1.1.22", "version": "1.1.24",
"description": "easy and secure websocket communication, TypeScript ready", "description": "easy and secure websocket communication, TypeScript ready",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",