diff --git a/package-lock.json b/package-lock.json index 85e615838..c474d4b5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "mattermost-mobile", "version": "1.46.0", "hasInstallScript": true, "license": "Apache 2.0", @@ -137,7 +138,7 @@ "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.23.4", "eslint-plugin-jest": "24.4.0", - "eslint-plugin-mattermost": "github:mattermost/eslint-plugin-mattermost#070ce792d105482ffb2b27cfc0b7e78b3d20acee", + "eslint-plugin-mattermost": "git://github.com/mattermost/eslint-plugin-mattermost#070ce792d105482ffb2b27cfc0b7e78b3d20acee", "eslint-plugin-react": "7.24.0", "expect": "27.0.6", "harmony-reflect": "1.6.2", @@ -149,7 +150,7 @@ "jetifier": "2.0.0", "jsdom-global": "3.0.2", "metro-react-native-babel-preset": "0.66.2", - "mmjstool": "github:mattermost/mattermost-utilities#3faa6075089a541d8c90ed85114e644c7a23fedf", + "mmjstool": "git://github.com/mattermost/mattermost-utilities#3faa6075089a541d8c90ed85114e644c7a23fedf", "mock-async-storage": "2.2.0", "mock-socket": "9.0.3", "nock": "13.1.1", @@ -51583,7 +51584,7 @@ "version": "git+ssh://git@github.com/mattermost/eslint-plugin-mattermost.git#070ce792d105482ffb2b27cfc0b7e78b3d20acee", "integrity": "sha512-B+ZquIX9ivUep96vnyZ9XBq1ViN0Ls6i+cWX8e8JilW3LEFke8vWYLT4zoCG0Ogm83iU2E4kcOow2z5xsiiTzg==", "dev": true, - "from": "eslint-plugin-mattermost@github:mattermost/eslint-plugin-mattermost#070ce792d105482ffb2b27cfc0b7e78b3d20acee" + "from": "eslint-plugin-mattermost@git://github.com/mattermost/eslint-plugin-mattermost#070ce792d105482ffb2b27cfc0b7e78b3d20acee" }, "eslint-plugin-prettier": { "version": "3.1.2", @@ -60530,7 +60531,7 @@ "version": "git+ssh://git@github.com/mattermost/mattermost-utilities.git#3faa6075089a541d8c90ed85114e644c7a23fedf", "integrity": "sha512-84xbA6yRt+pEbYk/OmM9sbJQp7PkSAgqvn0N/QXuj1RKR+upxdAa6vTbTTBA+XweECN6xebCWncGJJiqWrtR1g==", "dev": true, - "from": "mmjstool@github:mattermost/mattermost-utilities#3faa6075089a541d8c90ed85114e644c7a23fedf", + "from": "mmjstool@git://github.com/mattermost/mattermost-utilities#3faa6075089a541d8c90ed85114e644c7a23fedf", "requires": { "estree-walk": "2.2.0", "filehound": "1.16.5", diff --git a/package.json b/package.json index 0ecd343f6..518c4c16b 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.23.4", "eslint-plugin-jest": "24.4.0", - "eslint-plugin-mattermost": "github:mattermost/eslint-plugin-mattermost#070ce792d105482ffb2b27cfc0b7e78b3d20acee", + "eslint-plugin-mattermost": "git://github.com/mattermost/eslint-plugin-mattermost#070ce792d105482ffb2b27cfc0b7e78b3d20acee", "eslint-plugin-react": "7.24.0", "expect": "27.0.6", "harmony-reflect": "1.6.2", @@ -147,7 +147,7 @@ "jetifier": "2.0.0", "jsdom-global": "3.0.2", "metro-react-native-babel-preset": "0.66.2", - "mmjstool": "github:mattermost/mattermost-utilities#3faa6075089a541d8c90ed85114e644c7a23fedf", + "mmjstool": "git://github.com/mattermost/mattermost-utilities#3faa6075089a541d8c90ed85114e644c7a23fedf", "mock-async-storage": "2.2.0", "mock-socket": "9.0.3", "nock": "13.1.1",