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 4410012 commit 12f956aCopy full SHA for 12f956a
.changeset/eighty-terms-film.md
@@ -0,0 +1,6 @@
1
+---
2
+"create-hypergraph": patch
3
4
+
5
+fix cli build by including type module in package.json
6
apps/create-hypergraph/scripts/copy-package-json.ts
@@ -15,6 +15,7 @@ const read = pipe(
15
'create-hypergraph': 'bin.js',
16
ch: 'bin.js',
17
},
18
+ type: json.type,
19
engines: json.engines,
20
repository: json.repository,
21
license: json.license,
0 commit comments