bug fixed

This commit is contained in:
richard-loafle
2020-04-09 18:20:07 +09:00
parent 9f32328f0f
commit 1bfffe2a7d
4 changed files with 7 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ucap/ng-web-socket",
"version": "0.0.1",
"version": "0.0.2",
"publishConfig": {
"registry": "http://10.81.13.221:8081/nexus/repository/npm-ucap/"
},

View File

@@ -1,6 +1,6 @@
import { NgModule, ModuleWithProviders } from '@angular/core';
import { ModuleConfig } from '@ucap/web-storage';
import { ModuleConfig } from '@ucap/web-socket';
import { _MODULE_CONFIG } from './config/token';