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

Commit 346ab91

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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)