Skip to content

Commit

Permalink
verup
Browse files Browse the repository at this point in the history
  • Loading branch information
l-v-yonsama committed Feb 27, 2023
1 parent fd49d4b commit 2d80d65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://npm.pkg.github.com/l-v-yonsama
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@l-v-yonsama/multi-platform-database-drivers",
"version": "0.1.2",
"version": "0.1.4",
"description": "multi-platform database drivers in TypeScript.",
"type": "module",
"engines": {
Expand Down Expand Up @@ -76,5 +76,8 @@
"bugs": {
"url": "https://github.com/l-v-yonsama/db-drivers/issues"
},
"homepage": "https://github.com/l-v-yonsama/db-drivers#readme"
"homepage": "https://github.com/l-v-yonsama/db-drivers#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}

0 comments on commit 2d80d65

Please sign in to comment.