Skip to content

Commit f9eb1f3

Browse files
committed
fix(platform-webworker): remove trailing comma in package.json
1 parent 046c1a8 commit f9eb1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/@angular/platform-webworker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"peerDependencies": {
1111
"@angular/core": "0.0.0-PLACEHOLDER",
12-
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
12+
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)