Edit path for the metrics.json
This commit is contained in:
parent
097a1f11ff
commit
d1d8311b9d
1
main.js
1
main.js
@ -7,6 +7,7 @@ const fs = require('fs');
|
||||
|
||||
module.exports.setMetricFile = (path) => {
|
||||
basics.setMetricsFile(path);
|
||||
const metricsFile = basics.getMetricsFile();
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "webmetrik",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "NodeJS - npm package - Make metrics and make it available by making a httpServer",
|
||||
"main": "main.js",
|
||||
"keywords": [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user