diff options
author | dakkar <dakkar@thenautilus.net> | 2024-07-06 12:23:35 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2024-07-06 12:23:35 +0000 |
commit | c2b18746d8f65ea72a5c46bbb40d201aa685962e (patch) | |
tree | 3003530cfa6769333177a6f4d57ba900380eb2a1 /package.json | |
parent | move to pnpm (diff) | |
download | color-master.tar.gz color-master.tar.bz2 color-master.zip |
`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
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
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" } |