We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1acc9 commit cab4023Copy full SHA for cab4023
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sixel",
3
- "version": "0.0.7",
+ "version": "0.0.8",
4
"description": "Sixel image format for node and browser.",
5
"main": "./lib/index.js",
6
"scripts": {
@@ -16,6 +16,10 @@
16
"image",
17
"terminal"
18
],
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "https://github.com/jerch/node-sixel.git"
22
+ },
23
"author": "Joerg Breitbart <j.breitbart@netzkolchose.de>",
24
"license": "MIT",
25
"dependencies": {
0 commit comments