From 5f1d2c83c63ff0874ddd68346d50f880e738118e Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 31 Jan 2019 00:54:39 +0100 Subject: [PATCH] fix(core): update --- README.md | 6 +++--- npmextra.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a45a0fc..ad5e918 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ easy and secure websocket communication ## Availabililty and Links -* [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/smartlog) +* [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/smartsocket) * [gitlab.com (source)](https://gitlab.com/pushrocks/smartsocket) * [github.com (source mirror)](https://github.com/pushrocks/smartsocket) * [docs (typedoc)](https://pushrocks.gitlab.io/smartsocket/) @@ -10,8 +10,8 @@ easy and secure websocket communication ## Status for master [![build status](https://gitlab.com/pushrocks/smartsocket/badges/master/build.svg)](https://gitlab.com/pushrocks/smartsocket/commits/master) [![coverage report](https://gitlab.com/pushrocks/smartsocket/badges/master/coverage.svg)](https://gitlab.com/pushrocks/smartsocket/commits/master) -[![npm downloads per month](https://img.shields.io/npm/dm/@pushrocks/smartlog.svg)](https://www.npmjs.com/package/@pushrocks/smartlog) -[![Known Vulnerabilities](https://snyk.io/test/npm/@pushrocks/smartlog/badge.svg)](https://snyk.io/test/npm/@pushrocks/smartlog) +[![npm downloads per month](https://img.shields.io/npm/dm/@pushrocks/smartsocket.svg)](https://www.npmjs.com/package/@pushrocks/smartsocket) +[![Known Vulnerabilities](https://snyk.io/test/npm/@pushrocks/smartsocket/badge.svg)](https://snyk.io/test/npm/@pushrocks/smartsocket) [![TypeScript](https://img.shields.io/badge/TypeScript->=%203.x-blue.svg)](https://nodejs.org/dist/latest-v10.x/docs/api/) [![node](https://img.shields.io/badge/node->=%2010.x.x-blue.svg)](https://nodejs.org/dist/latest-v10.x/docs/api/) [![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) diff --git a/npmextra.json b/npmextra.json index 1e76e1f..cd7bfb1 100644 --- a/npmextra.json +++ b/npmextra.json @@ -5,7 +5,7 @@ "gitscope": "pushrocks", "gitrepo": "smartsocket", "shortDescription": "easy and secure websocket communication", - "npmPackagename": "@pushrocks/smartlog", + "npmPackagename": "@pushrocks/smartsocket", "license": "MIT", "projectDomain": "push.rocks" } diff --git a/package.json b/package.json index 9c97cb2..323772d 100644 --- a/package.json +++ b/package.json @@ -39,4 +39,4 @@ "@types/node": "^10.12.19" }, "private": false -} +} \ No newline at end of file