From 77af83612ed5edc08268f580863cbfe225797514 Mon Sep 17 00:00:00 2001 From: benjaminjamesbush Date: Wed, 24 Jul 2024 22:36:42 -0700 Subject: [PATCH] Update planck-js to use new repository and npm for auto-update Update planck-js configuration for cdnjs: 1. Updated repository URL from shakiba/planck.js to piqnt/planck.js - The original repository has been transferred, as evidenced by GitHub's redirect 2. Changed auto-update source from git to npm - The npm package "planck" is now the primary distribution method 3. Updated auto-update target to "planck" to match the current npm package name These changes will allow cdnjs to fetch the latest versions of planck-js from the correct source, ensuring users have access to the most up-to-date files. --- packages/p/planck-js.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/p/planck-js.json b/packages/p/planck-js.json index 741079907..4642be2a9 100644 --- a/packages/p/planck-js.json +++ b/packages/p/planck-js.json @@ -16,11 +16,11 @@ "license": "Zlib", "repository": { "type": "git", - "url": "git://github.com/shakiba/planck.js.git" + "url": "git://github.com/piqnt/planck.js.git" }, "autoupdate": { - "source": "git", - "target": "git://github.com/shakiba/planck.js.git", + "source": "npm", + "target": "planck", "fileMap": [ { "basePath": "dist",