We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a0d3a commit 66a08c7Copy full SHA for 66a08c7
2 files changed
package.json
@@ -99,7 +99,7 @@
99
"criton": "^2.0.0",
100
"currify": "^4.0.0",
101
"deepmerge": "^4.0.0",
102
- "deepword": "^10.0.0",
+ "deepword": "^11.0.0",
103
"dword": "^16.0.0",
104
"edward": "^16.0.0",
105
"es6-promisify": "^7.0.0",
server/cloudcmd.js
@@ -11,7 +11,7 @@ import restbox from 'restbox';
11
import konsole from 'console-io';
12
import {edward} from 'edward';
13
import {dword} from 'dword';
14
-import deepword from 'deepword';
+import {deepword} from 'deepword';
15
import nomine from 'nomine';
16
import fileop from '@cloudcmd/fileop';
17
import * as cloudfunc from '#common/cloudfunc';
0 commit comments