Skip to content

Commit 764a1e2

Browse files
author
Mattias Siø Fjellvang
committed
changed: updated readme for npm registry
1 parent b1e924e commit 764a1e2

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-seeder",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "An extension library for NestJS to perform seeding.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -14,18 +14,24 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/edwardanthony/nestjs-seeder"
17+
"url": "git+https://github.com/simplenotezy/nestjs-seeder"
1818
},
19-
"bugs": "https://github.com/edwardanthony/nestjs-seeder/issues",
20-
"homepage": "https://github.com/edwardanthony/nestjs-seeder#readme",
19+
"bugs": "https://github.com/simplenotezy/nestjs-seeder/issues",
20+
"homepage": "https://github.com/simplenotezy/nestjs-seeder#readme",
2121
"keywords": [
2222
"seeding",
2323
"seeder",
2424
"seed",
2525
"nestjs",
2626
"seeder"
2727
],
28-
"author": "Edward Anthony <[email protected]>",
28+
"author": "Mattias Siø Fjellvang <[email protected]>",
29+
"contributors": [
30+
{
31+
"name": "Edward Anthony",
32+
"email": "[email protected]"
33+
}
34+
],
2935
"license": "MIT",
3036
"peerDependencies": {
3137
"@faker-js/faker": "^8.0.0"

0 commit comments

Comments
 (0)