diff --git a/npm/android-arm-eabi/package.json b/npm/android-arm-eabi/package.json index f295749..9f59baf 100644 --- a/npm/android-arm-eabi/package.json +++ b/npm/android-arm-eabi/package.json @@ -30,6 +30,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/open-spaced-repetition/rs-fsrs-nodejs" + "url": "git+https://github.com/open-spaced-repetition/rs-fsrs-nodejs.git" } } diff --git a/npm/android-arm64/package.json b/npm/android-arm64/package.json index adf6e9c..72d6c64 100644 --- a/npm/android-arm64/package.json +++ b/npm/android-arm64/package.json @@ -30,6 +30,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/open-spaced-repetition/rs-fsrs-nodejs" + "url": "git+https://github.com/open-spaced-repetition/rs-fsrs-nodejs.git" } } diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 50039ea..402f0a1 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -30,6 +30,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/open-spaced-repetition/rs-fsrs-nodejs" + "url": "git+https://github.com/open-spaced-repetition/rs-fsrs-nodejs.git" } } diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 5148fb1..a9ad7b4 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -30,6 +30,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/open-spaced-repetition/rs-fsrs-nodejs" + "url": "git+https://github.com/open-spaced-repetition/rs-fsrs-nodejs.git" } } diff --git a/npm/freebsd-x64/package.json b/npm/freebsd-x64/package.json index 068a913..76cbb3d 100644 --- a/npm/freebsd-x64/package.json +++ b/npm/freebsd-x64/package.json @@ -30,6 +30,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/open-spaced-repetition/rs-fsrs-nodejs" + "url": "git+https://github.com/open-spaced-repetition/rs-fsrs-nodejs.git" } } diff --git a/npm/linux-arm-gnueabihf/package.json b/npm/linux-arm-gnueabihf/package.json index 1a5befe..6729741 100644 --- a/npm/linux-arm-gnueabihf/package.json +++ b/npm/linux-arm-gnueabihf/package.json @@ -30,6 +30,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/open-spaced-repetition/rs-fsrs-nodejs" + "url": "git+https://github.com/open-spaced-repetition/rs-fsrs-nodejs.git" } } diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index 0f7cfb7..8a069d1 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -30,7 +30,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/open-spaced-repetition/rs-fsrs-nodejs" + "url": "git+https://github.com/open-spaced-repetition/rs-fsrs-nodejs.git" }, "libc": [ "glibc" diff --git a/npm/linux-arm64-musl/package.json b/npm/linux-arm64-musl/package.json index 0cc9e65..24540e0 100644 --- a/npm/linux-arm64-musl/package.json +++ b/npm/linux-arm64-musl/package.json @@ -30,7 +30,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/open-spaced-repetition/rs-fsrs-nodejs" + "url": "git+https://github.com/open-spaced-repetition/rs-fsrs-nodejs.git" }, "libc": [ "musl" diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index cf2c438..b4e695d 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -30,7 +30,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/open-spaced-repetition/rs-fsrs-nodejs" + "url": "git+https://github.com/open-spaced-repetition/rs-fsrs-nodejs.git" }, "libc": [ "glibc" diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index d56d938..ac7fe5b 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -30,7 +30,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/open-spaced-repetition/rs-fsrs-nodejs" + "url": "git+https://github.com/open-spaced-repetition/rs-fsrs-nodejs.git" }, "libc": [ "musl" diff --git a/npm/win32-arm64-msvc/package.json b/npm/win32-arm64-msvc/package.json index c88b2ab..bc84480 100644 --- a/npm/win32-arm64-msvc/package.json +++ b/npm/win32-arm64-msvc/package.json @@ -30,6 +30,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/open-spaced-repetition/rs-fsrs-nodejs" + "url": "git+https://github.com/open-spaced-repetition/rs-fsrs-nodejs.git" } } diff --git a/npm/win32-ia32-msvc/package.json b/npm/win32-ia32-msvc/package.json index 6d98a77..0084bfe 100644 --- a/npm/win32-ia32-msvc/package.json +++ b/npm/win32-ia32-msvc/package.json @@ -30,6 +30,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/open-spaced-repetition/rs-fsrs-nodejs" + "url": "git+https://github.com/open-spaced-repetition/rs-fsrs-nodejs.git" } } diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index 768042f..a36e614 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -30,6 +30,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/open-spaced-repetition/rs-fsrs-nodejs" + "url": "git+https://github.com/open-spaced-repetition/rs-fsrs-nodejs.git" } } diff --git a/package.json b/package.json index 121d95f..999d6e0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "module", "repository": { "type": "git", - "url": "https://github.com/open-spaced-repetition/rs-fsrs-nodejs" + "url": "git+https://github.com/open-spaced-repetition/rs-fsrs-nodejs.git" }, "license": "MIT", "keywords": [