mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-10 06:31:58 -05:00
add repository field to package.json
This commit is contained in:
parent
d1acf29f51
commit
4771e849ea
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
||||||
"dist:dir": "npm run dist -- --dir -c.compression=store -c.mac.identity=null",
|
"dist:dir": "npm run dist -- --dir -c.compression=store -c.mac.identity=null",
|
||||||
"lint": "eslint --cache --color --ext .jsx,.js ."
|
"lint": "eslint --cache --color --ext .jsx,.js ."
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+ssh://git@github.com/LLK/scratch-desktop.git"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"source-map-support": "^0.5.9"
|
"source-map-support": "^0.5.9"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue