add repository field to package.json

This commit is contained in:
Christopher Willis-Ford 2018-10-31 15:02:01 -07:00
parent d1acf29f51
commit 4771e849ea

View file

@ -13,6 +13,10 @@
"dist:dir": "npm run dist -- --dir -c.compression=store -c.mac.identity=null",
"lint": "eslint --cache --color --ext .jsx,.js ."
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/LLK/scratch-desktop.git"
},
"dependencies": {
"source-map-support": "^0.5.9"
},