Skip to content

Commit 9df4145

Browse files
authored
Fix package.json (#6)
* Correcting repository URL in package.json. * Updating the library's version in preparation for release.
1 parent 2bf9619 commit 9df4145

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floracodex/nestjs-secrets",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
44
"description": "A cloud-agnostic configuration loader for NestJS with secret management integration",
55
"keywords": [
66
"nestjs",
@@ -29,12 +29,12 @@
2929
},
3030
"repository": {
3131
"type": "git",
32-
"url": "git+https://github.com/floracodex/nest-config-secrets.git"
32+
"url": "git+https://github.com/floracodex/nestjs-secrets.git"
3333
},
3434
"bugs": {
35-
"url": "https://github.com/floracodex/nest-config-secrets/issues"
35+
"url": "https://github.com/floracodex/nestjs-secrets/issues"
3636
},
37-
"homepage": "https://github.com/floracodex/nest-config-secrets#readme",
37+
"homepage": "https://github.com/floracodex/nestjs-secrets#readme",
3838
"jest": {
3939
"moduleFileExtensions": [
4040
"js",

0 commit comments

Comments
 (0)