Merge pull request #3619 from paulkaplan/fix-cloud-backpack
Fix backpack crashing the GUI when trying to store a cloud variable
No related branches found
No related tags found
... | @@ -64,6 +64,7 @@ | ... | @@ -64,6 +64,7 @@ |
"immutable": "3.8.2", | "immutable": "3.8.2", | ||
"intl": "1.2.5", | "intl": "1.2.5", | ||
"jest": "^21.0.0", | "jest": "^21.0.0", | ||
"js-base64": "2.4.9", | |||
"keymirror": "0.1.1", | "keymirror": "0.1.1", | ||
"lodash.bindall": "4.4.0", | "lodash.bindall": "4.4.0", | ||
"lodash.debounce": "4.0.8", | "lodash.debounce": "4.0.8", | ||
... | ... |
test/unit/util/code-payload.test.js
0 → 100644
Please register or sign in to comment