File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
4747EOF
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
You can’t perform that action at this time.
0 commit comments