mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
add canvas prebuilt dep to fix local tests that cant find canvas 2D context
This commit is contained in:
parent
4924caec89
commit
599d4b1320
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
"babel-plugin-transform-object-rest-spread": "^6.22.0",
|
||||
"babel-preset-es2015": "^6.22.0",
|
||||
"babel-preset-react": "^6.22.0",
|
||||
"canvas-prebuilt": "^1.6.5-prerelease.1",
|
||||
"classnames": "2.2.5",
|
||||
"css-loader": "0.28.3",
|
||||
"enzyme": "^3.1.0",
|
||||
|
|
Loading…
Reference in a new issue