Skip to content

Commit 36c6cba

Browse files
committed
Fix typo in JSON. No trailing commas. :sigh:
1 parent 7973199 commit 36c6cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"typescript": "^2.7.2"
9393
},
9494
"resolutions": {
95-
"@types/ember": "2.8.13",
95+
"@types/ember": "2.8.13"
9696
},
9797
"peerDependencies": {
9898
"typescript": "^2.4.2"

0 commit comments

Comments
 (0)