Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix template syntax to match pattern in package.json
Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com>
  • Loading branch information
Copilot and NullVoxPopuli committed Feb 4, 2026
commit 3101b16eac3320144cdbd75cc9744c3234455452
4 changes: 2 additions & 2 deletions packages/app-blueprint/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@glint/template": "^1.7.3",
"@tsconfig/ember": "^3.0.12",
"@types/qunit": "^2.19.13",
"@types/rsvp": "^4.0.9<% } %>",
<% if (warpDrive) { %>"@warp-drive/core": "~5.8.0",
"@types/rsvp": "^4.0.9<% } %><% if (warpDrive) { %>",
"@warp-drive/core": "~5.8.0",
"@warp-drive/ember": "~5.8.0",
"@warp-drive/json-api": "~5.8.0",
"@warp-drive/legacy": "~5.8.0",
Expand Down
Loading