aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-22 17:36:27 +0200
committerChocobozzz <me@florianbigard.com>2018-05-23 09:07:31 +0200
commit7e2b4ecdcc679cef05716e78135bfb2a9b9d1427 (patch)
tree568cb5568b55883df8ae0cb0c638ed05295b9760 /client/package.json
parentff2c1fe8133f9556f6aaa52058cd8b83c40085e6 (diff)
downloadPeerTube-7e2b4ecdcc679cef05716e78135bfb2a9b9d1427.tar.gz
PeerTube-7e2b4ecdcc679cef05716e78135bfb2a9b9d1427.tar.zst
PeerTube-7e2b4ecdcc679cef05716e78135bfb2a9b9d1427.zip
Move rxjs-compat in dev dep
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/package.json b/client/package.json
index a353b4dfe..3ea32d7ca 100644
--- a/client/package.json
+++ b/client/package.json
@@ -89,6 +89,7 @@
89 "raw-loader": "^0.5.1", 89 "raw-loader": "^0.5.1",
90 "resolve-url-loader": "^2.0.0", 90 "resolve-url-loader": "^2.0.0",
91 "rxjs": "^6.1.0", 91 "rxjs": "^6.1.0",
92 "rxjs-compat": "^6.1.0",
92 "sanitize-html": "^1.16.3", 93 "sanitize-html": "^1.16.3",
93 "sass-loader": "^7.0.1", 94 "sass-loader": "^7.0.1",
94 "sass-resources-loader": "^1.2.1", 95 "sass-resources-loader": "^1.2.1",
@@ -105,8 +106,5 @@
105 "webtorrent": "^0.99.4", 106 "webtorrent": "^0.99.4",
106 "whatwg-fetch": "^2.0.4", 107 "whatwg-fetch": "^2.0.4",
107 "zone.js": "~0.8.5" 108 "zone.js": "~0.8.5"
108 },
109 "dependencies": {
110 "rxjs-compat": "^6.0.0-rc.0"
111 } 109 }
112} 110}