We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e688d80 commit 8a6965bCopy full SHA for 8a6965b
package.json
@@ -2,7 +2,10 @@
2
"name": "ngx-toastr",
3
"description": "Toastr for Angular",
4
"homepage": "https://ngx-toastr.vercel.app",
5
- "repository": "scttcper/ngx-toastr",
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/scttcper/ngx-toastr.git"
8
+ },
9
"version": "0.0.0-placeholder",
10
"license": "MIT",
11
"scripts": {
src/lib/package.json
@@ -20,7 +20,10 @@
20
"default": "./toastr-bs5-alert.scss"
21
}
22
},
23
24
25
26
27
28
29
0 commit comments