Remove Node exports and fix TOML dependency.
This commit is contained in:
		
							parent
							
								
									159329f7e0
								
							
						
					
					
						commit
						df820240a2
					
				| 
						 | 
					@ -1,6 +1,4 @@
 | 
				
			||||||
export { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
 | 
					export { Command } from "https://deno.land/x/cliffy@v0.25.7/command/mod.ts";
 | 
				
			||||||
export * as prompt from "https://deno.land/x/cliffy@v0.25.7/prompt/mod.ts";
 | 
					export * as prompt from "https://deno.land/x/cliffy@v0.25.7/prompt/mod.ts";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export * as nodeFs from "https://deno.land/std@0.167.0/node/fs.ts";
 | 
					export * as toml from "https://deno.land/std@0.190.0/toml/mod.ts";
 | 
				
			||||||
export * as nodeUtil from "https://deno.land/std@0.167.0/node/util.ts";
 | 
					 | 
				
			||||||
export * as toml from "https://deno.land/std@0.167.0/encoding/toml.ts";
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in New Issue