Skip to content

Commit

Permalink
Fix cheerio
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-veit committed Jan 10, 2023
1 parent ea22c53 commit 6d92a6a
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 115 deletions.
219 changes: 105 additions & 114 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"sourcemap": "^0.1.0",
"webpack": "^4.43.0",
"higlass": "^1.11.11",
"i": "^0.3.7"
"i": "^0.3.7",
"cheerio": "=1.0.0-rc.3"
},
"scripts": {
"build-es": "rm -rf ./es/* && npx babel ./src/scripts/ --out-dir ./es/ --env-name esm",
Expand Down

0 comments on commit 6d92a6a

Please sign in to comment.