Skip to content

Commit c4a3344

Browse files
committed
fix: adjust description
1 parent 50fa3d9 commit c4a3344

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Canonical Code Style](https://img.shields.io/badge/code%20style-canonical-blue.svg?style=flat-square)](https://github.com/gajus/canonical)
55
[![Twitter Follow](https://img.shields.io/twitter/follow/kuizinas.svg?style=social&label=Follow)](https://twitter.com/kuizinas)
66

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

99
## Usage
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"stacktrace-parser": "^0.1.10"
99
},
10-
"description": "V8 stack traces",
10+
"description": "Stack traces as an array of stack frames with source maps support.",
1111
"devDependencies": {
1212
"@semantic-release/commit-analyzer": "^11.0.0",
1313
"@semantic-release/github": "^9.1.0",

0 commit comments

Comments
 (0)