Skip to content

Commit 85f8130

Browse files
committed
Specifically adding type: module for all packages and changing main -> module
1 parent 94bd4d8 commit 85f8130

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"description": "Typed integration for Symfony",
44
"license": "MIT",
55
"version": "1.0.0",
6-
"main": "dist/controller.js",
6+
"module": "dist/controller.js",
7+
"type": "module",
78
"types": "dist/controller.d.ts",
89
"symfony": {
910
"controllers": {

0 commit comments

Comments
 (0)