From 7878b9fbb97597137de807115f9784dc6fba4407 Mon Sep 17 00:00:00 2001 From: Pranav Date: Mon, 25 Jan 2021 19:17:45 +0530 Subject: [PATCH] fix: Use git instead of tarball for prosemirror-schema --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6490af496..81cb9556e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "start:dev": "foreman start -f ./Procfile.dev" }, "dependencies": { - "@chatwoot/prosemirror-schema": "https://github.com/chatwoot/prosemirror-schema/tarball/main", + "@chatwoot/prosemirror-schema": "https://github.com/chatwoot/prosemirror-schema.git#main", "@rails/actioncable": "^6.0.0", "@rails/webpacker": "^5.2.0", "axios": "^0.21.1", diff --git a/yarn.lock b/yarn.lock index 9c932af25..adea29adc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -857,9 +857,9 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@chatwoot/prosemirror-schema@https://github.com/chatwoot/prosemirror-schema/tarball/main": +"@chatwoot/prosemirror-schema@https://github.com/chatwoot/prosemirror-schema.git#main": version "1.0.0" - resolved "https://github.com/chatwoot/prosemirror-schema/tarball/main#bacb5a14f70ad33a51ee59992fbf41404c40f494" + resolved "https://github.com/chatwoot/prosemirror-schema.git#0a5bb8130df9591faa9c997b1371c5b7c06af691" dependencies: prosemirror-commands "^1.1.4" prosemirror-dropcursor "^1.3.2"