We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7cff8 commit 61613aeCopy full SHA for 61613ae
package.json
@@ -4,7 +4,6 @@
4
"description": "",
5
"author": "vantreeseba <vantreeseba@gmail.com>",
6
"repository": "github:dropecho/storygen",
7
- "main": "./dist/js/cjs/index.cjs",
8
"publishConfig": {
9
"access": "public"
10
},
@@ -26,6 +25,8 @@
26
25
"semantic-release": "^19.0.5",
27
"semantic-release-haxelib": "^1.1.0"
28
+ "type": "module",
29
+ "main": "./dist/js/cjs/index.cjs",
30
"exports": {
31
".": {
32
"require": "./dist/js/cjs/index.cjs",
test.hxml
@@ -28,7 +28,7 @@
-D dce=no
-lib hxnodejs
--js build/js_test.js
+-js build/js_test.cjs
# --next
33
34
# ## HashLink
0 commit comments