Skip to content

Commit

Permalink
Convert to ESM
Browse files Browse the repository at this point in the history
Change-type: major
  • Loading branch information
otaviojacobi committed Jan 2, 2025
1 parent 1d47d31 commit 9f55e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@balena/pinejs-webresource-s3",
"version": "0.2.1",
"description": "A PineJS WebResource handler for storing & serving files on S3",
"type": "commonjs",
"type": "module",
"main": "build/index.js",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 9f55e86

Please sign in to comment.