Skip to content

Commit 83e29c3

Browse files
authored
fix(chore): remove trailing commas in package.tmpl (#2483)
1 parent 8f0d10f commit 83e29c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/templates/package.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"@scaleway/random-name": "5.1.1"
4141
},
4242
"peerDependencies": {
43-
"@scaleway/sdk-client": "workspace:^",
43+
"@scaleway/sdk-client": "workspace:^"
4444
},
4545
"devDependencies":{
46-
"@scaleway/sdk-client": "workspace:^",
46+
"@scaleway/sdk-client": "workspace:^"
4747
}
4848
}

0 commit comments

Comments
 (0)