mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Merge pull request #1185 from rschamp/bugfix/canvas-toblob
Make canvas-toBlob a dependency
This commit is contained in:
commit
ce71c7eb6a
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"arraybuffer-loader": "^1.0.3",
|
||||
"canvas-toBlob": "1.0.0",
|
||||
"decode-html": "2.0.0",
|
||||
"diff-match-patch": "1.0.0",
|
||||
"escape-html": "1.0.3",
|
||||
|
@ -50,7 +51,6 @@
|
|||
"babel-eslint": "^8.0.1",
|
||||
"babel-loader": "^7.0.0",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"canvas-toBlob": "1.0.0",
|
||||
"copy-webpack-plugin": "^4.5.1",
|
||||
"eslint": "^4.5.0",
|
||||
"eslint-config-scratch": "^5.0.0",
|
||||
|
|
Loading…
Reference in a new issue