Skip to content

Commit d28b436

Browse files
author
Eric Wendelin
committed
Bump version to 0.2.2.
1 parent a8cb2aa commit d28b436

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "error-stack-parser",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"main": "./error-stack-parser.js",
55
"homepage": "https://github.com/stacktracejs/error-stack-parser",
66
"authors": [

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Eric Wendelin <me@eriwen.com> (http://www.eriwen.com)",
66
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)"
77
],
8-
"version": "0.2.1",
8+
"version": "0.2.2",
99
"keywords": [
1010
"stacktrace",
1111
"error"
@@ -21,6 +21,7 @@
2121
"devDependencies": {
2222
"colors": "~1.0.3",
2323
"coveralls": "^2.11.2",
24+
"jasmine-node": "~1.14",
2425
"jshint": "^2.5.6",
2526
"karma": "~0.12",
2627
"karma-chrome-launcher": "^0.1.5",
@@ -44,6 +45,13 @@
4445
}
4546
],
4647
"main": "./error-stack-parser.js",
48+
"files": [
49+
"LICENSE",
50+
"README.md",
51+
"error-stack-parser.js",
52+
"dist/",
53+
"node_modules/stacktrame/"
54+
],
4755
"scripts": {
4856
"test": "make clean test"
4957
}

0 commit comments

Comments
 (0)