Skip to content

Commit ca4c74f

Browse files
authored
chore(package): explicitly declare js module type (#258)
1 parent aa87842 commit ca4c74f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "9.1.0",
44
"description": "Plugin for fastify to add support for cookies",
55
"main": "plugin.js",
6+
"type": "commonjs",
67
"types": "types/plugin.d.ts",
78
"scripts": {
89
"coverage": "npm run test:unit -- --coverage-report=html",

0 commit comments

Comments
 (0)