Skip to content

Commit

Permalink
Fix exports target
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSensor committed Feb 8, 2023
1 parent fc06b63 commit 1be4773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "safe-html-rewriter",
"version": "0.2.0",
"version": "0.2.1",
"description": "Safe (fault-tolerant) wrapper around WebAssembly version of Cloudlflare HTMLRewriter",
"exports": "module.js",
"exports": "./module.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DrSensor/safe-html-rewriter.git"
Expand Down

0 comments on commit 1be4773

Please sign in to comment.