mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-30 00:02:51 -04:00
Pin to latest
for 3.0 modules
Reverts #551 Pinning to `^0.1.0.prerelease.0` is not equivalent to `latest`, since has the effect of not installing the latest version on `npm install`, you have to also do `npm update`. This hurts us ergonomically on `npm install`, and doesn't help us since we already are releasing breaking changes on `prerelease`.
This commit is contained in:
parent
adcd225598
commit
d3a4a7b81a
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@
|
|||
"lodash.defaultsdeep": "4.6.0",
|
||||
"minilog": "3.1.0",
|
||||
"promise": "7.1.1",
|
||||
"scratch-audio": "^0.1.0-prerelease.0",
|
||||
"scratch-blocks": "^0.1.0-prerelease.0",
|
||||
"scratch-render": "^0.1.0-prerelease.0",
|
||||
"scratch-audio": "latest",
|
||||
"scratch-blocks": "latest",
|
||||
"scratch-render": "latest",
|
||||
"scratch-storage": "^0.1.0",
|
||||
"script-loader": "0.7.0",
|
||||
"socket.io-client": "1.7.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue