Make Docker image buildable on ARM (#2065)

* after yarn upgrade

* after manually removing node-gyp as top level dependency
This commit is contained in:
Christoph Witzany 2017-04-20 13:29:38 +02:00 committed by Eugen
parent fdb2689a14
commit 556f68ab15
3 changed files with 19 additions and 59 deletions

View file

@ -1,6 +1,6 @@
{
"name": "mastodon",
"license" : "AGPL-3.0",
"license": "AGPL-3.0",
"scripts": {
"start": "babel-node ./streaming/index.js --presets es2015,stage-2",
"storybook": "start-storybook -p 9001 -c storybook",
@ -38,7 +38,7 @@
"intl": "^1.2.5",
"jsdom": "^9.11.0",
"mocha": "^3.2.0",
"node-sass": "^4.5.0",
"node-sass": "^4.5.2",
"npmlog": "^4.0.2",
"pg": "^6.1.2",
"react": "^15.4.2",