Skip to content

Commit

Permalink
Use cheerio according to History.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Aug 4, 2023
1 parent b56299e commit 75e487e
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 151 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const $ = require('cheerio');
const $ = require('cheerio').load('');
const eejs = require('ep_etherpad-lite/node/eejs');
const padManager = require('ep_etherpad-lite/node/db/PadManager');
const api = require('ep_etherpad-lite/node/db/API');
Expand Down
239 changes: 90 additions & 149 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"main": "index.js",
"dependencies": {
"cheerio": "^0.22.0"
"cheerio": "^1.0.0-rc.12"
},
"license": "MIT",
"funding": {
Expand Down

0 comments on commit 75e487e

Please sign in to comment.