Skip to content

Commit 47ed741

Browse files
authored
Remove trailing commas from example JSON (#58)
1 parent b858623 commit 47ed741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Example for `lit-html` and `lit-element`:
4646
"lit-element": [
4747
"html",
4848
{"name": "css", "encapsulation": "style"}
49-
],
49+
]
5050
},
5151
"strictCSS": true,
5252
"htmlMinifier": {
@@ -55,7 +55,7 @@ Example for `lit-html` and `lit-element`:
5555
"removeComments": true,
5656
"caseSensitive": true,
5757
"minifyCSS": true
58-
},
58+
}
5959
}]
6060
]
6161
}

0 commit comments

Comments
 (0)