Skip to content

Commit

Permalink
pin xlsx version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wattenberger committed Jan 31, 2022
1 parent 8e8bdec commit 7880ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xlsx.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import xlsxlib from 'https://jspm.dev/xlsx'
import xlsxlib from 'https://jspm.dev/xlsx@0.17.4'
import { XLSX } from "./xlsx-types.ts";
const xlsx = xlsxlib as XLSX;

Expand Down

0 comments on commit 7880ed9

Please sign in to comment.