Skip to content

Commit

Permalink
Merge pull request #1613 from glimmerjs/fix-package-jsons-for-new-too…
Browse files Browse the repository at this point in the history
…ling

Add a name entry to a package.json that didn't have a name -- all package.jsons must have a name
  • Loading branch information
NullVoxPopuli authored Sep 11, 2024
2 parents 4e03337 + 34406c1 commit bd5bf06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "packages-folder",
"private": true,
"dependencies": {
"@types/qunit": "^2.19.9",
Expand Down

0 comments on commit bd5bf06

Please sign in to comment.