-
- Downloads
Make Docker image buildable on ARM (#2065)
* after yarn upgrade * after manually removing node-gyp as top level dependency
{ | ||
"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", | ||
... | ... |
Please register or sign in to comment