Skip to content

Commit 96ca205

Browse files
Have added repository information to package
1 parent 7cfc98d commit 96ca205

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

angular-code-input/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
"keywords": ["angular", "pincode", "angular-pincode", "otp", "code-input", "angular-otp", "ionic-otp", "ionic-code-input", "ionic-pincode"],
66
"author": "Alexander Dmitrenko",
77
"license": "MIT",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/AlexMiniApps/angular-code-input.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/AlexMiniApps/angular-code-input/issues"
14+
},
815
"peerDependencies": {
916
"@angular/common": "^7.2.0",
1017
"@angular/core": "^7.2.0"

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
"lint": "ng lint",
1111
"e2e": "ng e2e"
1212
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/AlexMiniApps/angular-code-input.git"
16+
},
17+
"bugs": {
18+
"url": "https://github.com/AlexMiniApps/angular-code-input/issues"
19+
},
1320
"private": false,
1421
"dependencies": {
1522
"@angular/animations": "~8.2.14",

0 commit comments

Comments
 (0)