mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(package) squad v2.0.0
This commit is contained in:
parent
3f2cf39f45
commit
06e55831f1
6 changed files with 6 additions and 6 deletions
|
|
@ -11,7 +11,7 @@ const http = require('http');
|
|||
const opn = require('opn');
|
||||
const express = require('express');
|
||||
const io = require('socket.io');
|
||||
const squad = require('squad');
|
||||
const squad = require('squad/legacy');
|
||||
const apart = require('apart');
|
||||
|
||||
const tryRequire = require('tryrequire');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue