We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b07e8 commit eacfb50Copy full SHA for eacfb50
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 2.13.2
4
+
5
+- Revert "Change JavaScript package to `type: module`"
6
7
## 2.13.0
8
9
- Change JavaScript package to `type: module`
assets/package.json
@@ -3,8 +3,7 @@
"description": "Typed integration for Symfony",
"license": "MIT",
"version": "1.0.0",
- "module": "dist/controller.js",
- "type": "module",
+ "main": "dist/controller.js",
"types": "dist/controller.d.ts",
"symfony": {
10
"controllers": {
0 commit comments