Skip to content

Commit

Permalink
set publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed Jul 15, 2024
1 parent 9b6890b commit 77a2ca8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,9 @@
"type": "opencollective",
"url": "https://opencollective.com/dynamoose"
}
]
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
2 changes: 1 addition & 1 deletion packages/dynamoose-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@monei-js/dynamoose-logger",
"name": "dynamoose-logger",
"version": "4.0.1",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"homepage": "https://dynamoosejs.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamoose-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@monei-js/dynamoose-utils",
"name": "dynamoose-utils",
"version": "4.0.1",
"description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)",
"homepage": "https://dynamoosejs.com",
Expand Down
6 changes: 5 additions & 1 deletion packages/dynamoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@
"type": "opencollective",
"url": "https://opencollective.com/dynamoose"
}
]
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}

0 comments on commit 77a2ca8

Please sign in to comment.