Skip to content

Commit 5c88b9e

Browse files
committed
Update tc-core-library-js reference
1 parent 05ad0ae commit 5c88b9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"prisma:studio": "prisma studio --port 5555",
3535
"postinstall": "npm run prisma:generate",
3636
"db:migrate-to-identity": "npx ts-node scripts/migrate-to-identity.ts",
37-
"db:load-to-identity": "npx ts-node scripts/load-to-identity.ts",
38-
"db:backfill-security-user": "npx ts-node scripts/backfill-security-user.ts",
37+
"db:load-to-identity": "npx ts-node scripts/load-to-identity.ts",
38+
"db:backfill-security-user": "npx ts-node scripts/backfill-security-user.ts",
3939
"test:postman:roles": "newman run 'doc/roles api.postman_collection.json' -e doc/postman_environment.json -r cli,json --reporter-json-export roles-report.json",
4040
"test:postman:users": "newman run doc/users.postman_collection.json -e doc/postman_environment.json -r cli,json --reporter-json-export users-report.json",
4141
"test:postman:group": "newman run \"doc/User GroupResource - Topcoder.postman_collection.json\" -e doc/postman_environment.json -r cli,json --reporter-json-export GroupResource-report.json",
@@ -78,7 +78,7 @@
7878
"reflect-metadata": "^0.2.2",
7979
"rxjs": "^7.8.2",
8080
"swagger-ui-express": "^5.0.1",
81-
"tc-core-library-js": "github:appirio-tech/tc-core-library-js#v3.0.1",
81+
"tc-core-library-js": "github:topcoder-platform/tc-core-library-js#master",
8282
"trolleyhq": "^1.1.0",
8383
"uuid": "^11.1.0",
8484
"winston": "^3.17.0"

0 commit comments

Comments
 (0)