Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Dec 15, 2023
1 parent 5dc7ae4 commit 0046bb4
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
}
}
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
}
}
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
}
}
2 changes: 1 addition & 1 deletion npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
}
}
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
}
}
2 changes: 1 addition & 1 deletion npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
}
}
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
}
}
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
},
"libc": [
"glibc"
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
},
"libc": [
"musl"
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-riscv64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
},
"libc": [
"glibc"
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
},
"libc": [
"glibc"
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
},
"libc": [
"musl"
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
}
}
2 changes: 1 addition & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
}
}
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "twlite <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/neplextech/vectrace"
"url": "https://github.com/neplextech/vectorizer"
},
"devDependencies": {
"@napi-rs/cli": "^2.17.0",
Expand Down

0 comments on commit 0046bb4

Please sign in to comment.