Skip to content

Commit

Permalink
ci: rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
peko-thunder committed Jan 2, 2024
1 parent a3cc69c commit c5d333c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# data-lake-diff
# diff-unique-record

データレイクなど膨大なデータの中から差分を求められることが多々ある。
これはオブジェクト型の配列データを新旧で比較して、その差分をプログラムで確認するためのツールです。
Expand Down
6 changes: 3 additions & 3 deletions scripts/build-npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ await build({
deno: true,
},
package: {
name: "record-diff",
name: "diff-unique-record",
version: Deno.args[0],
description: "Take the difference between old and new.",
license: "MIT",
repository: {
type: "git",
url: "git+https://github.com/peko-thunder/record-diff-npm.git",
url: "git+https://github.com/peko-thunder/diff-unique-record.git",
},
bugs: {
url: "https://github.com/peko-thunder/record-diff-npm/issues",
url: "https://github.com/peko-thunder/diff-unique-record/issues",
},
},
postBuild() {
Expand Down

0 comments on commit c5d333c

Please sign in to comment.