Skip to content

Commit

Permalink
fix: adjust description
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Sep 26, 2023
1 parent 50fa3d9 commit c4a3344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Canonical Code Style](https://img.shields.io/badge/code%20style-canonical-blue.svg?style=flat-square)](https://github.com/gajus/canonical)
[![Twitter Follow](https://img.shields.io/twitter/follow/kuizinas.svg?style=social&label=Follow)](https://twitter.com/kuizinas)

[V8 stack traces](https://github.com/v8/v8/wiki/Stack-Trace-API) as an object.
Stack traces as an array of stack frames with source maps support.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"stacktrace-parser": "^0.1.10"
},
"description": "V8 stack traces",
"description": "Stack traces as an array of stack frames with source maps support.",
"devDependencies": {
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/github": "^9.1.0",
Expand Down

0 comments on commit c4a3344

Please sign in to comment.