Skip to content

Commit

Permalink
chore(package): explicitly declare js module type (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Oct 27, 2023
1 parent 43c78e6 commit 08e72cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "6.11.2",
"description": "Plugin for serving static files as fast as possible.",
"main": "index.js",
"type": "commonjs",
"types": "types/index.d.ts",
"scripts": {
"coverage": "npm run test:unit -- --coverage-report=html",
Expand Down

0 comments on commit 08e72cb

Please sign in to comment.