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:
Christopher Willis-Ford 2018-12-27 11:05:04 -08:00
parent a866327656
commit 9560798c8d
2 changed files with 3 additions and 4 deletions

5
package-lock.json generated
View file

@ -11214,9 +11214,8 @@
}
},
"scratch-gui": {
"version": "0.1.0-prerelease.20180927141400",
"resolved": "https://registry.npmjs.org/scratch-gui/-/scratch-gui-0.1.0-prerelease.20180927141400.tgz",
"integrity": "sha512-m8oXdRNSDw3/f34ShOIxvffm4vtzVgbQu+yqfbMjfO9IoPh90o5ZCHRXHNftATpZYm5qmWEPiulHzvR7BfHvjg==",
"version": "github:LLK/scratch-gui#44b5f9d0671b513c0bbc4dd8ec2b57f08bb45e89",
"from": "github:LLK/scratch-gui#scratch-desktop",
"dev": true
},
"select-hose": {

View file

@ -51,7 +51,7 @@
"react-redux": "5.0.7",
"redux": "3.7.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",
"uglifyjs-webpack-plugin": "^1.2.5",
"uuid": "^3.3.2",