Add repository key to serialize package.json

Not having this breaks some of vscode's tooling
This commit is contained in:
Daniel Imms
2021-08-23 05:23:17 -07:00
parent 569708677f
commit 44be1f5d2a
@@ -7,6 +7,7 @@
},
"main": "lib/xterm-addon-serialize.js",
"types": "typings/xterm-addon-serialize.d.ts",
"repository": "https://github.com/xtermjs/xterm.js",
"license": "MIT",
"scripts": {
"build": "../../node_modules/.bin/tsc -p .",