We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adf6a49 + 24b251a commit d48c3d9Copy full SHA for d48c3d9
packages/@glimmer/syntax/package.json
@@ -9,6 +9,9 @@
9
},
10
"type": "module",
11
"exports": "./index.ts",
12
+ "repo-meta": {
13
+ "supportcjs": true
14
+ },
15
"publishConfig": {
16
"access": "public",
17
"exports": {
@@ -17,6 +20,9 @@
20
"types": "./dist/dev/index.d.ts",
18
21
"default": "./dist/dev/index.js"
19
22
23
+ "require": {
24
+ "default": "./dist/dev/index.cjs"
25
26
"default": {
27
"types": "./dist/prod/index.d.ts",
28
"default": "./dist/prod/index.js"
repo-metadata/metadata.json
@@ -515,7 +515,8 @@
515
516
"private": false,
517
"repo-meta": {
518
- "built": true
+ "built": true,
519
520
521
"entryPoints": {
522
".": [[["default"], "./index.ts"]]
0 commit comments