Skip to content

Commit

Permalink
Update planck-js to use new repository and npm for auto-update
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
benjaminjamesbush authored Jul 25, 2024
1 parent 5eaf4fb commit 77af836
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/p/planck-js.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 77af836

Please sign in to comment.