Skip to content

Commit

Permalink
fix: github package publish
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene yevhen andruszczenko committed Sep 10, 2024
1 parent cab4703 commit 1aef444
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#registry=https://npm.pkg.github.com/@32teeth
registry=https://registry.npmjs.com/
#registry=https://registry.npmjs.com/@32teeth
@32teth:registry=https://npm.pkg.github.com
20
#loglevel=silent
loglevel=silent
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "generic-nodejs-express-api",
"name": "@32teeth/generic-nodejs-express-api",
"description": "Generic NodeJs Express API",
"author": "Eugene Yevhen Andruszczenko <eugene.andruszczenko@gmail.com>",
"contributors": [
Expand All @@ -20,7 +20,7 @@
"web"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://npm.pkg.github.com/"
},
"engines": {
"node": "20.x",
Expand Down Expand Up @@ -91,4 +91,4 @@
"directories": {
"test": "test"
}
}
}

0 comments on commit 1aef444

Please sign in to comment.