mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
Attempt to fix canvas dep
This commit is contained in:
parent
46ff0bd3e1
commit
479cdb5671
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ cache:
|
|||
- node_modules
|
||||
install:
|
||||
- sudo apt-get update && sudo apt-get install -y libcairo2-dev libpango1.0-dev libssl-dev libjpeg62-dev libgif-dev pkg-config
|
||||
- npm install canvas
|
||||
- npm install canvas@1.6.7
|
||||
- npm --production=false install
|
||||
- npm --production=false update
|
||||
before_deploy:
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
"eslint": "^4.4.1",
|
||||
"eslint-config-import": "^0.13.0",
|
||||
"eslint-config-scratch": "^4.0.0",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
"eslint-plugin-import": "^2.8.0",
|
||||
"eslint-plugin-react": "^7.2.1",
|
||||
"gh-pages": "github:rschamp/gh-pages#publish-branch-to-subfolder",
|
||||
"html-webpack-plugin": "2.30.0",
|
||||
|
|
Loading…
Reference in a new issue