Skip to content

Commit 39fe4df

Browse files
committed
Updated package.json
1 parent 572d7b9 commit 39fe4df

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,19 @@
66
"scripts": {
77
"test": "mocha"
88
},
9-
"author": "malahov.dmitry@gmail.com",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/red-sight/password-regexp.git"
12+
},
13+
"keywords": ["regexp", "password", "validation", "nodejs"],
14+
"author": "Dmitry Malakhov malahov.dmitry@gmail.com",
1015
"license": "ISC",
16+
"bugs": {
17+
"url": "https://github.com/red-sight/password-regexp/issues"
18+
},
19+
"homepage": "https://github.com/red-sight/password-regexp",
1120
"devDependencies": {
1221
"mocha": "*",
1322
"chai": "*"
1423
}
15-
}
24+
}

0 commit comments

Comments
 (0)