Skip to content

Commit 7d011a9

Browse files
Fix template syntax in package.json for warpDrive condition
Co-authored-by: NullVoxPopuli <[email protected]>
1 parent a472c2b commit 7d011a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app-blueprint/files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"@glint/template": "^1.7.3",
5656
"@tsconfig/ember": "^3.0.12",
5757
"@types/qunit": "^2.19.13",
58-
"@types/rsvp": "^4.0.9<% } %><% if (warpDrive) { %>",
59-
"@warp-drive/core": "~5.8.0",
58+
"@types/rsvp": "^4.0.9<% } %>",
59+
<% if (warpDrive) { %>"@warp-drive/core": "~5.8.0",
6060
"@warp-drive/ember": "~5.8.0",
6161
"@warp-drive/json-api": "~5.8.0",
6262
"@warp-drive/legacy": "~5.8.0",

0 commit comments

Comments
 (0)