Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBelien authored Sep 4, 2024
1 parent 09f8bf3 commit c1c275c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/KevinBelien/ngx-emoji-picker.git"
"url": "git+https://github.com/KevinBelien/ngx-emoji-picker.git"
},
"release": {
"branches": [
"master"
]
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@angular/animations": "^18.1.0",
Expand Down

0 comments on commit c1c275c

Please sign in to comment.