use scoped package name @overleaf/metrics

This commit is contained in:
Brian Gough 2020-08-05 11:25:21 +01:00
parent d415ae0cbe
commit 5b39d49358
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{ {
"name": "metrics-sharelatex", "name": "@overleaf/metrics",
"version": "3.0.0", "version": "3.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View file

@ -1,10 +1,10 @@
{ {
"name": "metrics-sharelatex", "name": "@overleaf/metrics",
"version": "3.0.0", "version": "3.0.0",
"description": "A drop-in metrics and monitoring module for node.js apps", "description": "A drop-in metrics and monitoring module for node.js apps",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/sharelatex/metrics-sharelatex.git" "url": "https://github.com/overleaf/metrics-module.git"
}, },
"dependencies": { "dependencies": {
"@google-cloud/debug-agent": "^3.0.0", "@google-cloud/debug-agent": "^3.0.0",