mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -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",
|
||||
"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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue