Skip to content

Commit

Permalink
chore(package.json): appease npm pkg fix
Browse files Browse the repository at this point in the history
logs:
npm auto-corrected some errors in your package.json when publishing.
Please run "npm pkg fix" to address these errors.
  • Loading branch information
hasezoey committed May 30, 2024
1 parent 5f1db0a commit d6f1fba
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/nodkz/mongodb-memory-server.git",
"url": "git+https://github.com/nodkz/mongodb-memory-server.git",
"directory": "packages/mongodb-memory-server-core"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global-4.0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nodkz/mongodb-memory-server.git",
"url": "git+https://github.com/nodkz/mongodb-memory-server.git",
"directory": "packages/mongodb-memory-server-global-4.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global-4.2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nodkz/mongodb-memory-server.git",
"url": "git+https://github.com/nodkz/mongodb-memory-server.git",
"directory": "packages/mongodb-memory-server-global-4.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global-4.4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nodkz/mongodb-memory-server.git",
"url": "git+https://github.com/nodkz/mongodb-memory-server.git",
"directory": "packages/mongodb-memory-server-global-4.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nodkz/mongodb-memory-server.git",
"url": "git+https://github.com/nodkz/mongodb-memory-server.git",
"directory": "packages/mongodb-memory-server-global"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb-memory-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nodkz/mongodb-memory-server.git",
"url": "git+https://github.com/nodkz/mongodb-memory-server.git",
"directory": "packages/mongodb-memory-server"
},
"engines": {
Expand Down

0 comments on commit d6f1fba

Please sign in to comment.