Skip to content

Commit

Permalink
chore: add license, author, repo, bugs and keywords to package.json
Browse files Browse the repository at this point in the history
Closes #214
  • Loading branch information
derkoe authored and AhsanAyaz committed May 10, 2021
1 parent b7f79c8 commit c62ad42
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion projects/ngx-device-detector/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,35 @@
{
"name": "ngx-device-detector",
"version": "2.0.9",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/KoderLabs/ngx-device-detector.git"
},
"author": {
"name": "Muhammad Ahsan Ayaz",
"email": "[email protected]"
},
"keywords": [
"angular",
"device",
"device detector",
"device detection",
"ngx-device-detector",
"angular device detector",
"angular5",
"angular6",
"angular7",
"angular8"
],
"bugs": {
"url": "https://github.com/AhsanAyaz/ngx-device-detector.git/issues"
},
"peerDependencies": {
"@angular/common": ">=7.0.0 <9.0.0 || ^9.0.0-0 ||^10.0.11 ||^11.0.0",
"@angular/core": ">=7.0.0 <9.0.0 || ^9.0.0-0 || ^10.0.11 ||^11.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
}
}
}

0 comments on commit c62ad42

Please sign in to comment.