mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-01 20:22:29 +00:00
feature(package) spero v2.0.0
This commit is contained in:
parent
8162523549
commit
58763a62d7
2 changed files with 2 additions and 3 deletions
|
|
@ -152,7 +152,7 @@
|
|||
"restafary": "^2.0.0",
|
||||
"salam": "^1.0.0",
|
||||
"socket.io": "^2.0.1",
|
||||
"spero": "^1.5.0",
|
||||
"spero": "^2.0.0",
|
||||
"squad": "^1.1.3",
|
||||
"table": "^4.0.1",
|
||||
"try-catch": "^1.0.0",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ const edward = require('edward/legacy');
|
|||
const dword = require('dword/legacy');
|
||||
const deepword = require('deepword/legacy');
|
||||
const nomine = require('nomine/legacy');
|
||||
const spero = require('spero');
|
||||
const spero = require('spero/legacy');
|
||||
const remedy = require('remedy');
|
||||
const ishtar = require('ishtar');
|
||||
const salam = require('salam/legacy');
|
||||
|
|
@ -234,7 +234,6 @@ function cloudcmd(prefix, plugins, modules) {
|
|||
|
||||
spero({
|
||||
prefix : prefix + '/spero',
|
||||
minify,
|
||||
online,
|
||||
}),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue