mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:11:41 +00:00
arreglar package.json
apuntar a las repos de git con `git+`, que es la forma correcta.
This commit is contained in:
parent
7b4ffb0b3d
commit
69714675cd
1 changed files with 4 additions and 4 deletions
|
@ -5,13 +5,13 @@
|
|||
"@rails/actiontext": "^6.0.0",
|
||||
"@rails/webpacker": "^4.0.7",
|
||||
"commonmark": "^0.29.0",
|
||||
"input-map": "https://0xacab.org/sutty/input-map.git",
|
||||
"input-tag": "https://0xacab.org/sutty/input-tag.git",
|
||||
"input-map": "git+https://0xacab.org/sutty/input-map.git",
|
||||
"input-tag": "git+https://0xacab.org/sutty/input-tag.git",
|
||||
"prosemirror-example-setup": "^1.1.2",
|
||||
"prosemirror-markdown": "^1.4.5",
|
||||
"prosemirror-schema-basic": "^1.1.2",
|
||||
"table-dragger": "https://0xacab.org/sutty/table-dragger.git",
|
||||
"trix": "https://0xacab.org/sutty/trix.git",
|
||||
"table-dragger": "git+https://0xacab.org/sutty/table-dragger.git",
|
||||
"trix": "git+https://0xacab.org/sutty/trix.git",
|
||||
"zepto": "^1.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue