Skip to content

Commit cab4023

Browse files
committed
add repo to package.json
1 parent 0f1acc9 commit cab4023

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
@@ -1,6 +1,6 @@
11
{
22
"name": "sixel",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Sixel image format for node and browser.",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -16,6 +16,10 @@
1616
"image",
1717
"terminal"
1818
],
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/jerch/node-sixel.git"
22+
},
1923
"author": "Joerg Breitbart <j.breitbart@netzkolchose.de>",
2024
"license": "MIT",
2125
"dependencies": {

0 commit comments

Comments
 (0)