Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RaisinTen committed Apr 25, 2024
1 parent 9c3af30 commit ce5ec58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perftrace",
"version": "1.0.0",
"version": "1.0.1",
"description": "Record PerformanceEntry objects from Node.js and the Web in the Trace Event Format, so that it can be visualized on https://ui.perfetto.dev.",
"repository": {
"type": "git",
Expand All @@ -11,7 +11,12 @@
"scripts": {
"test": "node --test"
},
"keywords": ["performance", "tracing", "trace event", "perfetto"],
"keywords": [
"performance",
"tracing",
"trace event",
"perfetto"
],
"author": "Darshan Sen",
"license": "MIT"
}

0 comments on commit ce5ec58

Please sign in to comment.