diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
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", |