Skip to content

Commit

Permalink
merge-upstream: Update links in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 25, 2023
1 parent 40eca76 commit d653d81
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "scratch-audio",
"name": "@turbowarp/scratch-audio",
"version": "0.1.0",
"description": "audio engine for scratch 3.0",
"main": "dist.js",
Expand All @@ -14,14 +14,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/LLK/scratch-audio.git"
"url": "git+https://github.com/TurboWarp/scratch-audio.git"
},
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/LLK/scratch-audio/issues"
"url": "https://github.com/TurboWarp/scratch-audio/issues"
},
"homepage": "https://github.com/LLK/scratch-audio#readme",
"homepage": "https://github.com/TurboWarp/scratch-audio#readme",
"dependencies": {
"audio-context": "1.0.1",
"minilog": "^3.0.1",
Expand Down

0 comments on commit d653d81

Please sign in to comment.