Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
chore(package): explicitly declare js module type (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Oct 27, 2023
1 parent afc5b85 commit 21bcf12
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": "2.2.0",
"description": "Forward your HTTP request to another server.",
"main": "index.js",
"type": "commonjs",
"types": "types/index.d.ts",
"scripts": {
"lint": "standard",
Expand Down

0 comments on commit 21bcf12

Please sign in to comment.