Skip to content

Commit

Permalink
fix: switch to @popstas/xlsx-style package until author package update
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Apr 18, 2020
1 parent eb99928 commit b26ec76
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 82 deletions.
159 changes: 80 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"author": "Stanislav Popov",
"license": "ISC",
"dependencies": {
"@popstas/xlsx-style": "^0.8.20",
"commander": "^5.0.0",
"headless-chrome-crawler": "^1.8.0",
"xlsx": "^0.15.6",
"xlsx-style": "github:protobi/js-xlsx"
"xlsx": "^0.15.6"
}
}
2 changes: 1 addition & 1 deletion src/scrap-site.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// see API - https://github.com/yujiosaka/headless-chrome-crawler/blob/master/docs/API.md#event-requeststarted
const fs = require('fs');
const xlsx = require('xlsx-style');
const xlsx = require('@popstas/xlsx-style');
const xlsxOrig = require('xlsx');
const HCCrawler = require('headless-chrome-crawler');
const CSVExporter = require('headless-chrome-crawler/exporter/csv');
Expand Down

0 comments on commit b26ec76

Please sign in to comment.