remove moment from std export
This commit is contained in:
parent
b696d4a9dd
commit
0f182b592b
2
lib/src/external/std.ts
vendored
2
lib/src/external/std.ts
vendored
@ -3,4 +3,4 @@ export { config as dotenv } from 'https://deno.land/x/dotenv/mod.ts'
|
||||
export * as path from 'https://deno.land/std@0.53.0/path/mod.ts'
|
||||
export * as fs from 'https://deno.land/std@0.53.0/fs/mod.ts'
|
||||
export { generate as uuid } from 'https://deno.land/std/uuid/v4.ts'
|
||||
export { moment } from 'https://deno.land/x/moment/moment.ts'
|
||||
// export { moment } from 'https://deno.land/x/moment/moment.ts'
|
||||
|
Loading…
Reference in New Issue
Block a user