Skip to content

Commit 267dab2

Browse files
committed
Update package.json
1 parent f680509 commit 267dab2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
"description": "Simple Charts using the canvas element",
55
"keywords": ["charts"],
66
"homepage": "https://github.com/kingcody/Node-Chart.js",
7+
"repository": {
8+
"type": "git",
9+
"url": "git://github.com/kingcody/Node-Chart.js"
10+
},
711
"author": "nnnick",
8-
"main": ["Chart.js"],
12+
"main": "./Chart.js",
913
"dependencies": {
1014
}
1115
}

0 commit comments

Comments
 (0)