Unverified Commit 2c53db18 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

json2ts: set pname (#485782)

parents 6ce3a56d 48b624b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  jq,
}:
buildNpmPackage {
  name = "json2ts";
  pname = "json2ts";
  version = "15.0.2";
  src = fetchFromGitHub {
    owner = "bcherny";