fix: Use git instead of tarball for prosemirror-schema

This commit is contained in:
Pranav
2021-01-25 19:17:45 +05:30
parent 2ff0af3c8d
commit 7878b9fbb9
2 changed files with 3 additions and 3 deletions

View File

@@ -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",