mirror of https://github.com/status-im/js-waku.git
Merge pull request #1050 from waku-org/ci/fix-deploy
package.json: set type to module
This commit is contained in:
commit
a15436d786
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@waku/root",
|
"name": "@waku/root",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"type": "module",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/byte-utils",
|
"packages/byte-utils",
|
||||||
"packages/interfaces",
|
"packages/interfaces",
|
||||||
|
|
Loading…
Reference in New Issue