Skip to content

Commit

Permalink
Merge pull request #1685 from glimmerjs/fix-release
Browse files Browse the repository at this point in the history
Root package.json needs a repository field
  • Loading branch information
NullVoxPopuli authored Jan 21, 2025
2 parents 1166730 + 2b47aa7 commit 46e37c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"version": "0.92.0",
"license": "MIT",
"description": "Glimmer compiles Handlebars templates into document fragments rather than string buffers",
"repository": {
"type": "git",
"url": "git+https://github.com/glimmerjs/glimmer-vm.git"
},
"author": "Tilde, Inc.",
"type": "module",
"exports": null,
Expand Down

0 comments on commit 46e37c7

Please sign in to comment.