From c2b18746d8f65ea72a5c46bbb40d201aa685962e Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 6 Jul 2024 12:23:35 +0000 Subject: make it work with nvm and fix deps `highlights` is very dead (was part of Atom, which was discontinued at the end of 2022), depends on oniguruma that doesn't compile on node 22 --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 6847340..e231bae 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "author": "", "license": "AGPL-3.0", "dependencies": { + "first-mate-select-grammar": "^1.0.3", "highlights": "^3.1.6", "language-emacs-lisp": "github:Alhadis/language-emacs-lisp", "language-openscad": "github:rubyist/language-openscad", @@ -18,5 +19,6 @@ "language-restructuredtext": "github:Lukasa/language-restructuredtext", "less": "^3.13.1", "pm2": "^5.3.0" - } + }, + "packageManager": "pnpm@8.7.4+sha512.fdb4396d7a7c97b92b866d905d0546b8f8f3342fd9fe9d1f2b8930f1a22ba86d18b614d2f5a9112861e25b26875fadb7967b42ae21c16593ea85b5dccea48d56" } -- cgit v1.2.3