summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-03-14 00:51:21 +0100
committerJules Laplace <julescarbon@gmail.com>2018-03-14 00:51:21 +0100
commit331064358df418c9846a94ed190548492c9e61f6 (patch)
treee1ce4847561bf68dc01feb180ab7d1d43e172b1c /package.json
parentf60aeec9f3d1fefa8ea873cd2ecba5b75c13da86 (diff)
hidpi canvas stuff
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 51453c0..b71c9ec 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,8 @@
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.18.2",
"eslint-plugin-react": "^7.7.0",
- "webpack": "^2.4.1"
+ "webpack": "^2.4.1",
+ "hidpi-canvas": "git+ssh://git@github.com/julescarbon/hidpi-canvas-polyfill.git"
},
"dependencies": {
"pitchy": "^1.0.3",