Skip to content

Commit 346ab91

Browse files
authored
fix: Add license to package.json (#1052)
Co-authored-by: Remco van Herk <remco.vanherk@propertyplan.nl>
1 parent cca0b4a commit 346ab91

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)