Skip to content

Commit 3499494

Browse files
committed
add git links
1 parent 1f82311 commit 3499494

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "ansi-sequence-parser",
33
"description": "A parser for ANSI escape sequences",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/blake-mealey/ansi-sequence-parser.git"
7+
},
8+
"homepage": "https://github.com/blake-mealey/ansi-sequence-parser#readme",
49
"version": "1.0.0",
510
"type": "module",
611
"main": "./dist/index.js",

0 commit comments

Comments
 (0)