mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
rename brawl to hydrogent in manifest
This commit is contained in:
parent
5816ccfef0
commit
a02e2e9426
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "brawl-chat",
|
||||
"name": "hydrogen-web",
|
||||
"version": "0.0.27",
|
||||
"description": "A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB",
|
||||
"main": "index.js",
|
||||
@ -13,14 +13,14 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/bwindels/brawl-chat.git"
|
||||
"url": "git@github.com:vector-im/hydrogen-web.git"
|
||||
},
|
||||
"author": "matrix.org",
|
||||
"license": "Apache-2.0",
|
||||
"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": {
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"finalhandler": "^1.1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user