Merge pull request #244 from sachaaaaa/package_json

Replace mentions of Signal in package json
pull/249/head
sachaaaaa 6 years ago committed by GitHub
commit 7503a8ce6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,8 +6,8 @@
"version": "0.0.0-beta1", "version": "0.0.0-beta1",
"license": "GPL-3.0", "license": "GPL-3.0",
"author": { "author": {
"name": "Open Whisper Systems", "name": "Loki Project",
"email": "support@signal.org" "email": "team@loki.network"
}, },
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
@ -182,7 +182,7 @@
"win": { "win": {
"asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries", "asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries",
"artifactName": "${name}-win-${version}.${ext}", "artifactName": "${name}-win-${version}.${ext}",
"publisherName": "Signal (Quiet Riddle Ventures, LLC)", "publisherName": "Loki Project",
"icon": "build/icons/win/icon.ico", "icon": "build/icons/win/icon.ico",
"publish": [ "publish": [
{ {

Loading…
Cancel
Save