mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-07 08:13:12 +00:00
package.json: set type to module
Fixes errors like: ``` SyntaxError: Cannot use import statement outside a module ``` Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
54397f597a
commit
10d0ba400c
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "@waku/root",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"workspaces": [
|
||||
"packages/byte-utils",
|
||||
"packages/interfaces",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user