mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-09 22:22:34 -05:00
Specify scratch-desktop branch of scratch-gui
This should go back to a version number once we merge the GUI's scratch-desktop branch into its develop branch.
This commit is contained in:
parent
a866327656
commit
9560798c8d
2 changed files with 3 additions and 4 deletions
5
package-lock.json
generated
5
package-lock.json
generated
|
@ -11214,9 +11214,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scratch-gui": {
|
"scratch-gui": {
|
||||||
"version": "0.1.0-prerelease.20180927141400",
|
"version": "github:LLK/scratch-gui#44b5f9d0671b513c0bbc4dd8ec2b57f08bb45e89",
|
||||||
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-0.1.0-prerelease.20180927141400.tgz",
|
"from": "github:LLK/scratch-gui#scratch-desktop",
|
||||||
"integrity": "sha512-m8oXdRNSDw3/f34ShOIxvffm4vtzVgbQu+yqfbMjfO9IoPh90o5ZCHRXHNftATpZYm5qmWEPiulHzvR7BfHvjg==",
|
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"select-hose": {
|
"select-hose": {
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
"react-redux": "5.0.7",
|
"react-redux": "5.0.7",
|
||||||
"redux": "3.7.2",
|
"redux": "3.7.2",
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
"scratch-gui": "0.1.0-prerelease.20180927141400",
|
"scratch-gui": "github:LLK/scratch-gui#scratch-desktop",
|
||||||
"source-map-loader": "^0.2.4",
|
"source-map-loader": "^0.2.4",
|
||||||
"uglifyjs-webpack-plugin": "^1.2.5",
|
"uglifyjs-webpack-plugin": "^1.2.5",
|
||||||
"uuid": "^3.3.2",
|
"uuid": "^3.3.2",
|
||||||
|
|
Loading…
Reference in a new issue