Make Docker image buildable on ARM (#2065)
* after yarn upgrade * after manually removing node-gyp as top level dependency
This commit is contained in:
parent
fdb2689a14
commit
556f68ab15
3 changed files with 19 additions and 59 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue