Skip to content

Commit

Permalink
chore: fixed module name to be in compliance (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 authored Apr 17, 2024
1 parent 10ca5f9 commit 784c400
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
local/
dist/
nrversions
newrelic-versions
vendor/

coverage.*
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ go install github.com/newrelic/newrelic-node-versions@latest
## Usage

```sh
./newrelic-versions
./nrversions
```

Will output a compatibility report like this
Expand Down Expand Up @@ -65,7 +65,7 @@ Will output a compatibility report like this
For optional CLI args, run:

```sh
❯ ./newrelic-versions -help
❯ ./nrversions -help

This tool is used to generate a document detailing the modules that
the newrelic Node.js agent instruments and the version ranges of those
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module newrelic-versions
module nrversions

go 1.22

Expand Down
Binary file added newrelic-versions
Binary file not shown.

0 comments on commit 784c400

Please sign in to comment.