From f5778647c07ee776222ab1507a9b122728fcff0c Mon Sep 17 00:00:00 2001 From: Chris Deacy Date: Wed, 19 Jun 2019 10:11:31 -0700 Subject: [PATCH] Update rollup externals --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 24c6408..66b7ac6 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -9,7 +9,7 @@ export default { file: 'index.js', format: 'esm', }, - external: ['https://deno.land/x/fs/path/mod.ts'], + external: ['https://deno.land/std/fs/path/mod.ts'], plugins: [ resolve({ preferBuiltins: false,