Skip to content

Commit

Permalink
chore: Use jsdelivr instead of unpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jespertheend committed Mar 15, 2023
1 parent 8584877 commit a72f88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/computeDiffOffsets.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { diffLines } from "https://unpkg.com/[email protected]/lib/index.mjs";
import { diffLines } from "https://cdn.jsdelivr.net/npm/[email protected]/lib/index.mjs";

/** @typedef {[number, (number | null)]} DiffOffsetRange */
/** @typedef {DiffOffsetRange[]} DiffOffsets */
Expand Down

0 comments on commit a72f88f

Please sign in to comment.