Merge branch 'master' into bwindels/ie11

This commit is contained in:
Bruno Windels 2020-08-07 15:24:36 +01:00
commit b0599e1b2f

View file

@ -1,5 +1,5 @@
{ {
"name": "brawl-chat", "name": "hydrogen-web",
"version": "0.0.27", "version": "0.0.27",
"description": "A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB", "description": "A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB",
"main": "index.js", "main": "index.js",
@ -13,14 +13,14 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/bwindels/brawl-chat.git" "url": "git@github.com:vector-im/hydrogen-web.git"
}, },
"author": "Bruno Windels", "author": "matrix.org",
"license": "Apache-2.0", "license": "Apache-2.0",
"bugs": { "bugs": {
"url": "https://github.com/bwindels/brawl-chat/issues" "url": "https://github.com/vector-im/hydrogen-web/issues"
}, },
"homepage": "https://github.com/bwindels/brawl-chat#readme", "homepage": "https://github.com/vector-im/hydrogen-web/#readme",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.11.1", "@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0", "@babel/preset-env": "^7.11.0",