about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-07-17 22:05:25 +0200
committerThibaut Girka <thib@sitedethib.com>2018-07-17 22:05:25 +0200
commit7dbed4dab93d3eaf79b7e7e4a61f52782909d1ae (patch)
tree7a235fc9422d71f56993b4682b06439310f21f65 /package.json
parent1fb78602c56b7bf52dcf383fea7a4c45ce568655 (diff)
parent6277a6db2a70b798aed71ff7e722d23b975182cd (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index 7aa391c54..aeec3c72c 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "mastodon",
   "license": "AGPL-3.0-or-later",
   "engines": {
-    "node": ">=6"
+    "node": ">=8"
   },
   "scripts": {
     "postversion": "git push --tags",
@@ -123,8 +123,7 @@
     "webpack-cli": "^3.0.8",
     "webpack-manifest-plugin": "^2.0.3",
     "webpack-merge": "^4.1.3",
-    "websocket.js": "^0.1.12",
-    "whatwg-url": "^6.4.1"
+    "websocket.js": "^0.1.12"
   },
   "devDependencies": {
     "babel-eslint": "^8.2.6",