Skip to content

Commit

Permalink
fix(package): Allow imports of cheerio/lib/utils (#2601)
Browse files Browse the repository at this point in the history
Fixes #2547, #2610
  • Loading branch information
blixt authored Jun 26, 2022
1 parent 6fe629a commit 43d9f50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"./lib/slim": {
"require": "./lib/slim.js",
"import": "./lib/esm/slim.js"
},
"./lib/utils": {
"require": "./lib/utils.js",
"import": "./lib/esm/utils.js"
}
},
"files": [
Expand Down

0 comments on commit 43d9f50

Please sign in to comment.