Skip to content

Commit 4b89351

Browse files
committed
1.1.1
1 parent c19ba7c commit 4b89351

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stacklyn",
33
"description": "Turn JavaScript stack traces into structured data.",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"homepage": "https://github.com/stacklynjs/stacklyn#readme",
66
"license": "Apache-2.0",
77
"main": "./stacklyn.js",
@@ -23,10 +23,14 @@
2323
"url": "https://github.com/stacklynjs/stacklyn.git"
2424
},
2525
"keywords": [
26-
"stacktrace", "parse", "stacktrace-parser",
27-
"stacklyn", "error", "stack", "error-stack"
26+
"stacktrace",
27+
"parse",
28+
"stacktrace-parser",
29+
"stacklyn",
30+
"error",
31+
"stack",
32+
"error-stack"
2833
],
29-
3034
"scripts": {
3135
"build": "node build.js"
3236
}

0 commit comments

Comments
 (0)