Skip to content

Commit

Permalink
Update rollup externals
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdothtml authored Jun 19, 2019
1 parent c35eb9c commit f577864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f577864

Please sign in to comment.