Skip to content

Commit 8a6965b

Browse files
committed
feat: publish new version
1 parent e688d80 commit 8a6965b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "ngx-toastr",
33
"description": "Toastr for Angular",
44
"homepage": "https://ngx-toastr.vercel.app",
5-
"repository": "scttcper/ngx-toastr",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/scttcper/ngx-toastr.git"
8+
},
69
"version": "0.0.0-placeholder",
710
"license": "MIT",
811
"scripts": {

src/lib/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"default": "./toastr-bs5-alert.scss"
2121
}
2222
},
23-
"repository": "scttcper/ngx-toastr",
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/scttcper/ngx-toastr.git"
26+
},
2427
"homepage": "https://ngx-toastr.vercel.app",
2528
"license": "MIT",
2629
"description": "Toastr for Angular",

0 commit comments

Comments
 (0)