We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66f30e commit 7c47ad3Copy full SHA for 7c47ad3
1 file changed
ember-primitives/package.json
@@ -2,6 +2,7 @@
2
"name": "ember-primitives",
3
"version": "0.0.9",
4
"description": "Making apps easier to build",
5
+ "type": "module",
6
"keywords": [
7
"ember-addon"
8
],
@@ -118,7 +119,7 @@
118
119
"types": "./dist-types/*.d.ts",
120
"default": "./dist/*.js"
121
},
- "./addon-main": "./addon-main.cjs"
122
+ "./addon-main.cjs": "./addon-main.cjs"
123
124
"typesVersions": {
125
"*": {
0 commit comments