Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit a688cf8

Browse files
committed
Add license to package.json
1 parent cca0b4a commit a688cf8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"type": "git",
2020
"url": "https://github.com/scttcper/ngx-toastr"
2121
},
22+
"license": "MIT",
2223
"dependencies": {
2324
"@angular/common": "^21.1.0",
2425
"@angular/compiler": "^21.1.0",

projects/ngx-toastr/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "ngx-toastr",
33
"version": "0.0.1",
4+
"license": "MIT",
45
"peerDependencies": {
56
"@angular/common": "^21.0.0",
67
"@angular/core": "^21.0.0",

0 commit comments

Comments
 (0)