Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Spengler committed Sep 13, 2020
1 parent c584756 commit 1120fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lodash.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createRequire } from 'https://deno.land/std/node/module.ts';
export const ld = createRequire(import.meta.url)('./lodash-npm');

import * as pkg from 'https://cdn.skypack.dev/lodash-es@^4.17.15';

export const ld = pkg.lodash

0 comments on commit 1120fcc

Please sign in to comment.