Skip to content

Commit

Permalink
Update recipe for json-mode
Browse files Browse the repository at this point in the history
This package no longer depends on `json-refactor`.
  • Loading branch information
vedang committed May 6, 2024
1 parent f8f651b commit 9907b4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion recipes/json-mode.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
:description "Major mode for editing JSON files, extends the builtin js-mode to add better syntax highlighting for JSON."
:type github
:pkgname "joshwnj/json-mode"
:depends (json-snatcher json-reformat))
: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 9907b4b

Please sign in to comment.