diff options
author | Alexis Hovorka <[email protected]> | 2024-02-17 00:42:20 -0700 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2024-02-17 00:42:20 -0700 |
commit | 8f44593d55c82197854d9e29174fe66c4e50ebde (patch) | |
tree | a43a6d763517d1304076897952b1111886303158 /app/package.json | |
parent | c5aa364e0e372d0e29063a27bd17811446db8b6a (diff) |
[refactor] Switch to ES Modules
Diffstat (limited to 'app/package.json')
-rw-r--r-- | app/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/package.json b/app/package.json index 0a4ce2d..a83c944 100644 --- a/app/package.json +++ b/app/package.json @@ -1,5 +1,6 @@ { "name": "notes-web", + "type": "module", "version": "0.0.1", "description": "Zettelkasten-inspired note taking web app", "author": "Alexis Hovorka <[email protected]>", |