Skip to content

Commit 4cb6a1d

Browse files
sebjacobschrislo
andcommitted
fix: apply rpi prefix to package name
I suspect our existing package is somehow associated with the `RaspberryPiFoundation/scratch-gui` git repo and is therefore preventing us from publishing new versions of the package from this repo. Therefore I am renaming the package name to `@RaspberryPiFoundation/rpi-scratch-gui`. Co-authored-by: Chris Lowis <[email protected]>
1 parent 04cc810 commit 4cb6a1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/scratch-gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@RaspberryPiFoundation/scratch-gui",
2+
"name": "@RaspberryPiFoundation/rpi-scratch-gui",
33
"version": "11.2.0-svg-sanitization.3",
44
"description": "Graphical User Interface for creating and running Scratch 3.0 projects",
55
"author": "Massachusetts Institute of Technology",

0 commit comments

Comments
 (0)