Skip to content

Commit c878f10

Browse files
committed
fix: update build script to use @TrustVC scope
1 parent 792f319 commit c878f10

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bin/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ build_types() {
2828

2929
cat <<EOF > package.json
3030
{
31-
"name": "@govtechsg/document-store",
31+
"name": "@trustvc/document-store",
3232
"version": "1.0.0",
3333
"main": "index.js",
3434
"module": "index.mjs",
@@ -38,15 +38,15 @@ build_types() {
3838
"require": "./index.js",
3939
"default": "./index.mjs"
4040
},
41-
"repository": "git+https://github.com/Open-Attestation/document-store.git",
41+
"repository": "git+https://github.com/TrustVC/Document-Store.git",
4242
"license": "Apache-2.0",
4343
"publishConfig": {
4444
"access": "public"
4545
}
4646
}
4747
EOF
4848

49-
jq --arg target "$target" '.name = "@govtechsg/document-store-\($target)"' package.json > package.json.tmp && mv package.json.tmp package.json
49+
jq --arg target "$target" '.name = "@trustvc/document-store-\($target)"' package.json > package.json.tmp && mv package.json.tmp package.json
5050

5151
cp ../../README.md .
5252

0 commit comments

Comments
 (0)