Skip to content

Commit 7d6a936

Browse files
author
Eric Wendelin
committed
Bump version to 0.2.0. Add Victor as maintainer.
1 parent bde4031 commit 7d6a936

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

bower.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "error-stack-parser",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"main": "./error-stack-parser.js",
55
"homepage": "https://github.com/stacktracejs/error-stack-parser",
66
"authors": [
7-
"Eric Wendelin <me@eriwen.com>"
7+
"Eric Wendelin <me@eriwen.com> (http://www.eriwen.com)",
8+
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)"
89
],
910
"description": "Extract meaning from JS Errors",
1011
"dependencies": {
11-
"stackframe": "~0.1.0"
12+
"stackframe": "~0"
1213
},
1314
"moduleType": [
1415
"amd",
@@ -28,7 +29,7 @@
2829
"ignore": [
2930
"**/.*",
3031
"node_modules",
31-
"bower_components",
32-
"spec"
32+
"spec",
33+
"coverage"
3334
]
3435
}

package.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
22
"name": "error-stack-parser",
33
"description": "Extract meaning from JS Errors",
4-
"author": "Eric Wendelin <me@eriwen.com> (http://eriwen.com)",
5-
"version": "0.1.1",
6-
"keywords": ["stacktrace", "error"],
4+
"maintainers": [
5+
"Eric Wendelin <me@eriwen.com> (http://www.eriwen.com)",
6+
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)"
7+
],
8+
"version": "0.2.0",
9+
"keywords": [
10+
"stacktrace",
11+
"error"
12+
],
713
"homepage": "http://www.stacktracejs.com",
814
"dependencies": {
9-
"stackframe": "~0.1.0"
15+
"stackframe": "~0"
1016
},
1117
"repository": {
1218
"type": "git",
@@ -30,10 +36,12 @@
3036
"bugs": {
3137
"url": "https://github.com/stacktracejs/error-stack-parser/issues"
3238
},
33-
"licenses": [{
34-
"type": "Public Domain",
35-
"url": "https://github.com/stacktracejs/error-stack-parser/blob/master/LICENSE"
36-
}],
39+
"licenses": [
40+
{
41+
"type": "Public Domain",
42+
"url": "https://github.com/stacktracejs/error-stack-parser/blob/master/LICENSE"
43+
}
44+
],
3745
"main": "./error-stack-parser.js",
3846
"scripts": {
3947
"test": "make clean test"

0 commit comments

Comments
 (0)