about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Witzany <christoph@web.crofting.com>2017-04-20 13:29:38 +0200
committerEugen <eugen@zeonfederated.com>2017-04-20 13:29:38 +0200
commit556f68ab15033cdd5b8e60d1178f848c29ab0994 (patch)
treea9c611e148e10223d40675117975f684779a66a4 /package.json
parentfdb2689a14dee0a001b45f653055718e727d7f4c (diff)
Make Docker image buildable on ARM (#2065)
* after yarn upgrade

* after manually removing node-gyp as top level dependency
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 0ced631a9..120c620d7 100644
--- a/package.json
+++ b/package.json
@@ -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",