Skip to content

Commit

Permalink
Update recipe for json-mode (#2925)
Browse files Browse the repository at this point in the history
* Update recipe for json-mode

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

* Json-mode has moved to the json-emacs Github repo
  • Loading branch information
vedang committed May 24, 2024
1 parent ea59b22 commit 14afefd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions recipes/json-mode.rcp
Original file line number Diff line number Diff line change
@@ -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")
3 changes: 2 additions & 1 deletion recipes/json-snatcher.rcp
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 14afefd

Please sign in to comment.