Skip to content

Commit

Permalink
different npm name
Browse files Browse the repository at this point in the history
  • Loading branch information
etspaceman committed Aug 1, 2023
1 parent 399576d commit fd19d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ lazy val `kinesis-mock-js` =
scalaJSLinkerConfig ~= {
_.withESFeatures(_.withESVersion(ESVersion.ES2018))
},
npmPackageName := "kinesis-mock",
npmPackageName := "kinesis-local",
npmPackageAuthor := "Eric Meisel",
npmPackageDescription := description.value,
npmPackageLicense := Some("MIT"),
Expand Down

0 comments on commit fd19d12

Please sign in to comment.