diff options
author | dakkar <dakkar@thenautilus.net> | 2023-09-08 13:44:56 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2023-09-08 13:44:56 +0000 |
commit | 7abd542fb76b7f06d270217981875ee9eacfbb20 (patch) | |
tree | d490169ef1986d46004199be16ea92fd84ed9580 /package.json | |
parent | bump deps (diff) | |
download | color-7abd542fb76b7f06d270217981875ee9eacfbb20.tar.gz color-7abd542fb76b7f06d270217981875ee9eacfbb20.tar.bz2 color-7abd542fb76b7f06d270217981875ee9eacfbb20.zip |
move to pnpm
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9340a40..6847340 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "language-perl6": "github:Raku/atom-language-perl6", "language-restructuredtext": "github:Lukasa/language-restructuredtext", "less": "^3.13.1", - "pm2": "^5.1.2" + "pm2": "^5.3.0" } } |