Skip to content

Commit 275fa8e

Browse files
committed
Updated org name for clients
1 parent c8f7f55 commit 275fa8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs/build-lib-clients.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ for (let client of clients) {
5353
pkgg.files = ["lib/**/*"];
5454
pkgg.bin = {};
5555
pkgg.bsb_project = undefined;
56-
pkgg.name = `@bsb/${client}`;
56+
pkgg.name = `@bsb-client/${client}`;
5757
fs.writeFileSync(dstPkgJSONFile, JSON.stringify(pkgg, null, 2));
5858
}
5959

0 commit comments

Comments
 (0)