Skip to content

Commit

Permalink
Install elm-json via nix
Browse files Browse the repository at this point in the history
Because of...

- elm-json did not update this 2 years, dependabot alerts the packaging? dependency
  • Loading branch information
kachick committed Feb 20, 2024
1 parent 26876a4 commit 640ba36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
nixpkgs-fmt
dprint
nodejs_20
elmPackages.elm-json
deno
typos
];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"stylelint:check": "npx stylelint '{src,public}/**/*.css'",
"stylelint:fix": "npx stylelint '{src,public}/**/*.css' --fix",
"typecheck": "tsc",
"deps": "nix --version && dprint --version && typos --version && node --version && npm --version && deno --version && elm --version"
"deps": "nix --version && dprint --version && typos --version && node --version && npm --version && deno --version && elm --version && elm-json --version"
},
"author": "Kenichi Kamiya <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 640ba36

Please sign in to comment.