Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Apr 9, 2024
1 parent 7a00904 commit bb75d75
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"name": "xk6-faker",
"version": "0.0.0",
"version": "0.3.0",
"description": "Random fake data generator for k6",
"private": true,
"devDependencies": {
"@types/k6": "^0.49.1",
"k6": "^0.0.0"
}
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"files": [
"types/k6/x/faker/index.d.ts"
],
"types": "types/k6/x/faker/index.d.ts"
}

0 comments on commit bb75d75

Please sign in to comment.