Skip to content

Commit aed052d

Browse files
author
Eric Wendelin
committed
Bump version to 0.2.1 and update dev dependencies.
1 parent 14ea788 commit aed052d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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.0",
3+
"version": "0.2.1",
44
"main": "./error-stack-parser.js",
55
"homepage": "https://github.com/stacktracejs/error-stack-parser",
66
"authors": [

package.json

Lines changed: 3 additions & 2 deletions
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.0",
8+
"version": "0.2.1",
99
"keywords": [
1010
"stacktrace",
1111
"error"
@@ -31,7 +31,8 @@
3131
"karma-opera-launcher": "^0.1.0",
3232
"karma-phantomjs-launcher": "^0.1.4",
3333
"karma-safari-launcher": "^0.1.1",
34-
"karma-sauce-launcher": "^0.2.10"
34+
"karma-sauce-launcher": "^0.2.10",
35+
"uglify-js2": "^2.1.11"
3536
},
3637
"bugs": {
3738
"url": "https://github.com/stacktracejs/error-stack-parser/issues"

0 commit comments

Comments
 (0)