Skip to content

Commit 0493147

Browse files
author
Gareth Jones
committed
chore(package.json): added repo info
1 parent 22ad812 commit 0493147

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.0.0",
44
"description": "For libraries that want to include log4js for logging, but don't want to introduce version conflicts for users that also use log4js. Delegates to whatever log4js version can be found, but does not introduce a specific log4js version.",
55
"main": "lib/index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/log4js-node/log4js-api.git"
9+
},
610
"scripts": {
711
"lint": "eslint lib/ test/",
812
"prepush": "npm test",

0 commit comments

Comments
 (0)