Skip to content

Commit 534ecda

Browse files
committed
Add missing comma after version in package.json
1 parent ff38b83 commit 534ecda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/npm/smbcloud-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@smbcloud/sdk-auth",
33
"description": "Browser Auth SDK for smbCloud, built from Rust and WebAssembly.",
4-
"version": "0.4.0"
4+
"version": "0.4.0",
55
"type": "module",
66
"main": "dist/smbcloud_auth_wasm.js",
77
"module": "dist/smbcloud_auth_wasm.js",

0 commit comments

Comments
 (0)