From d7ba99ca368edeece05f2277191efde186f15dfa Mon Sep 17 00:00:00 2001 From: thecodrr Date: Sat, 9 Jan 2021 11:30:15 +0500 Subject: [PATCH] feat: add basic analytics --- apps/web/public/index.html | 8 ++++++++ apps/web/yarn.lock | 14 +------------- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/apps/web/public/index.html b/apps/web/public/index.html index 599669951..b25f13b5d 100644 --- a/apps/web/public/index.html +++ b/apps/web/public/index.html @@ -29,6 +29,14 @@ Learn how to configure a non-root public URL by running `npm run build`. --> Notesnook - A safe place to write + + diff --git a/apps/web/yarn.lock b/apps/web/yarn.lock index 5c9b649d4..d10185354 100644 --- a/apps/web/yarn.lock +++ b/apps/web/yarn.lock @@ -8999,21 +8999,9 @@ normalize-url@^3.0.0, normalize-url@^3.0.1: resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== -notes-core@../notes-core: - version "5.3.2" - dependencies: - fast-sort "^2.0.1" - fuzzysearch "^1.0.3" - jshashes "^1.0.8" - no-internet "^1.5.2" - qclone "^1.0.4" - quill-delta-to-html "^0.12.0" - quill-delta-to-markdown "https://github.com/streetwriters/quill-delta-to-markdown" - transfun "^1.0.2" - "notes-core@git+ssh://git@github.com:streetwriters/notesnook-core.git": version "5.3.2" - resolved "git+ssh://git@github.com:streetwriters/notesnook-core.git#82a11c95721d15824c3e350298c5b3f13ddd38a0" + resolved "git+ssh://git@github.com:streetwriters/notesnook-core.git#3f0b64bbf6a7f0eba3c19fd46dfe4ed06709426c" dependencies: fast-sort "^2.0.1" fuzzysearch "^1.0.3"