Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #22 from cirocfc/audit
Browse files Browse the repository at this point in the history
Fixing security alerts
  • Loading branch information
cirocfc authored Nov 14, 2018
2 parents beb2a50 + aed7c3e commit fd20a81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Clone this repo and go to newrelic_browser_exporter folder:

Install dependencies with ```npm install``` command and run with:
```cmd
npm start APP_ID='****' API_KEY='****'
APP_ID='****' API_KEY='****' npm start
```

Metrics will be exposed in ```localhost:9595/metrics```
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contaazul/newrelic_browser_exporter",
"version": "1.0.1",
"version": "1.0.2",
"description": "New Relic browser exporter for Prometheus",
"scripts": {
"start": "node ./src/index.js",
Expand Down

0 comments on commit fd20a81

Please sign in to comment.