You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and found this in my-first-sim_en.html. My new sim doesn't even have a git url until I create its repo, and it won't be in phetsims. I'm guessing this setting isn't used for anything important, so this probably isn't a big deal, but it doesn't seem right.
I ran this (on Windows):
C:\Users\franz\Dev\NodeProjects\phetsims\perennial (main -> origin) ([email protected])
λ grunt create-sim --repo=my-first-sim --author="Franz Amador"
and found this in
my-first-sim_en.html
. My new sim doesn't even have a git url until I create its repo, and it won't be in phetsims. I'm guessing this setting isn't used for anything important, so this probably isn't a big deal, but it doesn't seem right.window.phet.chipper.packageObject =
{
[...]
"repository": {
"type": "git",
"url": "https://github.com/phetsims/my-first-sim.git"
},
The text was updated successfully, but these errors were encountered: