mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
dprint-plugins.dprint-plugin-typescript: 0.95.1 -> 0.95.4
This commit is contained in:
parent
5a4399c60d
commit
64e2248201
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ mkDprintPlugin }:
|
{ mkDprintPlugin }:
|
||||||
mkDprintPlugin {
|
mkDprintPlugin {
|
||||||
description = "TypeScript/JavaScript code formatter.";
|
description = "TypeScript/JavaScript code formatter.";
|
||||||
hash = "sha256-IHbpEwTATwAmVa/ihGjQzQL/WwWo8owslJtWYUjVF+g=";
|
hash = "sha256-g41K7aTCZZc1zRoc9k1oG8rk88ZwJJH3jnnX+MKQ9mE=";
|
||||||
initConfig = {
|
initConfig = {
|
||||||
configExcludes = [ "**/node_modules" ];
|
configExcludes = [ "**/node_modules" ];
|
||||||
configKey = "typescript";
|
configKey = "typescript";
|
||||||
|
@ -16,6 +16,6 @@ mkDprintPlugin {
|
||||||
};
|
};
|
||||||
pname = "dprint-plugin-typescript";
|
pname = "dprint-plugin-typescript";
|
||||||
updateUrl = "https://plugins.dprint.dev/dprint/typescript/latest.json";
|
updateUrl = "https://plugins.dprint.dev/dprint/typescript/latest.json";
|
||||||
url = "https://plugins.dprint.dev/typescript-0.95.1.wasm";
|
url = "https://plugins.dprint.dev/typescript-0.95.4.wasm";
|
||||||
version = "0.95.1";
|
version = "0.95.4";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue