From 479cdb5671b6f489706778efb7f43b040204517e Mon Sep 17 00:00:00 2001 From: DD Date: Mon, 6 Nov 2017 11:58:42 -0500 Subject: [PATCH] Attempt to fix canvas dep --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3885e3b3..26c0915c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/package.json b/package.json index a2e6b6fe..3933a7b3 100644 --- a/package.json +++ b/package.json @@ -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",