Skip to content

Commit

Permalink
update package name to be @dnvgl scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgoeke committed May 3, 2024
1 parent 6033a12 commit 76123c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The record and playback approach was a good fit for us. We also wanted basic che
Ensure k6 is [installed](https://grafana.com/docs/k6/latest/set-up/install-k6/)

``` sh
npm install --save-dev k6-script-from-har
npm install --save-dev @dnvgl/k6-script-from-har
```
> note: files `testTemplate.js` and `testCommon.js` will be copied into repository root post install
these should be committed with the repo
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "k6-script-from-har",
"name": "@dnvgl/k6-script-from-har",
"version": "1.0.0",
"description": "k6 script from har - dead simple k6 test generator",
"bin": {
Expand All @@ -20,7 +20,8 @@
"k6",
"har",
"script",
"generate"
"generate",
"dnv"
],
"author": "DNV",
"license": "MIT"
Expand Down

0 comments on commit 76123c5

Please sign in to comment.