We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19ba7c commit 4b89351Copy full SHA for 4b89351
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "stacklyn",
3
"description": "Turn JavaScript stack traces into structured data.",
4
- "version": "1.1.0",
+ "version": "1.1.1",
5
"homepage": "https://github.com/stacklynjs/stacklyn#readme",
6
"license": "Apache-2.0",
7
"main": "./stacklyn.js",
@@ -23,10 +23,14 @@
23
"url": "https://github.com/stacklynjs/stacklyn.git"
24
},
25
"keywords": [
26
- "stacktrace", "parse", "stacktrace-parser",
27
- "stacklyn", "error", "stack", "error-stack"
+ "stacktrace",
+ "parse",
28
+ "stacktrace-parser",
29
+ "stacklyn",
30
+ "error",
31
+ "stack",
32
+ "error-stack"
33
],
-
34
"scripts": {
35
"build": "node build.js"
36
}
0 commit comments