Pin to latest for 3.0 modules

Reverts 

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:
Ray Schamp 2017-06-01 12:31:24 -04:00
parent adcd225598
commit d3a4a7b81a

View file

@ -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",