Skip to content

Commit

Permalink
fix: correct dedent dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Aug 29, 2021
1 parent 58bc45d commit 4faf529
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/reveal-test/dist/reveal-test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var compilerExplorerDirectives = require('compiler-explorer-directives');
var MarkdownIt = require('markdown-it');
var fs = require('fs');
var cheerio = require('cheerio');
var dedent = require('dedent');
var dedent = require('dedent-js');

function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }

Expand Down
Loading

0 comments on commit 4faf529

Please sign in to comment.