mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
Fix homepage url
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "common",
|
||||
"version": "1.0.1",
|
||||
"homepage": "http://www.onlyoffice.com",
|
||||
"homepage": "https://www.onlyoffice.com",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"amazon-s3-url-signer": "https://github.com/agolybev/amazon-s3-url-signer/archive/v0.0.9.tar.gz",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "coauthoring",
|
||||
"version": "1.0.1",
|
||||
"homepage": "http://www.onlyoffice.com",
|
||||
"homepage": "https://www.onlyoffice.com",
|
||||
"private": true,
|
||||
"bin": {
|
||||
"docservice": "sources/server.js",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "fileconverter",
|
||||
"version": "1.0.1",
|
||||
"homepage": "http://www.onlyoffice.com",
|
||||
"homepage": "https://www.onlyoffice.com",
|
||||
"private": true,
|
||||
"bin": "sources/convertermaster.js",
|
||||
"dependencies": {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "metrics",
|
||||
"version": "1.0.0",
|
||||
"homepage": "http://www.onlyoffice.com",
|
||||
"homepage": "https://www.onlyoffice.com",
|
||||
"private": true,
|
||||
"bin": "node_modules/statsd/bin/statsd",
|
||||
"dependencies": {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "spellchecker",
|
||||
"version": "1.0.1",
|
||||
"homepage": "http://www.onlyoffice.com",
|
||||
"homepage": "https://www.onlyoffice.com",
|
||||
"private": true,
|
||||
"bin": "sources/server.js",
|
||||
"dependencies": {
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "builder",
|
||||
"version": "0.0.0",
|
||||
"homepage": "http://www.teamlab.com",
|
||||
"version": "1.0.1",
|
||||
"homepage": "https://www.onlyoffice.com",
|
||||
"private": true,
|
||||
"grunt": {
|
||||
"copy": {
|
||||
|
||||
Reference in New Issue
Block a user