Merge pull request #1185 from rschamp/bugfix/canvas-toblob

Make canvas-toBlob a dependency
This commit is contained in:
Ray Schamp 2018-05-31 17:30:17 -04:00 committed by GitHub
commit ce71c7eb6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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