Update recipe for json-mode (#2925)

* Update recipe for json-mode

This package no longer depends on `json-refactor`.

* Json-mode has moved to the json-emacs Github repo
This commit is contained in:
Vedang Manerikar 2024-05-24 12:38:52 +05:30 committed by GitHub
parent ea59b22d74
commit 14afefd0b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,6 @@
(:name json-mode
:description "Major mode for editing JSON files, extends the builtin js-mode to add better syntax highlighting for JSON."
:description "Major mode for editing JSON files with Emacs"
:type github
:pkgname "joshwnj/json-mode"
:depends (json-snatcher json-reformat))
:pkgname "json-emacs/json-mode"
:depends (json-snatcher)
:minimum-emacs-version "24.4")

View File

@ -1,4 +1,5 @@
(:name json-snatcher
:description "Find the path to a value in JSON"
:type github
:pkgname "Sterlingg/json-snatcher")
:pkgname "Sterlingg/json-snatcher"
:minimum-emacs-version "24")