Skip to content

Commit

Permalink
allow npm to publish the package, rename it and link it to the github…
Browse files Browse the repository at this point in the history
… repo
  • Loading branch information
Med5KDB committed Jul 18, 2024
1 parent ff5d777 commit 6b7015b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "nest-keycloak-user-manager",
"name": "@muhammad-al-amine/nest-keycloak-user-manager",
"version": "0.0.1",
"description": "",
"author": "",
"private": true,
"private": false,
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/Med5KDB/nest-keycloak-user-manager.git"
},
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
Expand Down

0 comments on commit 6b7015b

Please sign in to comment.