Skip to content

Commit

Permalink
fix: replace @cocraete/socket with socket-client
Browse files Browse the repository at this point in the history
  • Loading branch information
frank committed Apr 2, 2021
1 parent 52f9002 commit 0574897
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 18 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# ignore
node_modules
dist/*
!dist/CoCreate-api.min.js
2 changes: 0 additions & 2 deletions dist/CoCreate-api.js

This file was deleted.

15 changes: 0 additions & 15 deletions dist/CoCreate-api.js.LICENSE.txt

This file was deleted.

1 change: 1 addition & 0 deletions dist/CoCreate-api.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import CoCreateSocket from "@cocreate/socket"
import CoCreateSocket from "@cocreate/socket-client"
import CoCreateAction from '@cocreate/action'
import CoCreateRender from '@cocreate/render'

Expand Down

0 comments on commit 0574897

Please sign in to comment.