Skip to content

Commit 7a4351a

Browse files
committed
Minor fixup
1 parent 9e1a5d3 commit 7a4351a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error-stack-parser.js - Extract meaning from JS Errors
22
===============
33
[![Build Status](https://img.shields.io/travis/stacktracejs/error-stack-parser/master.svg?style=flat-square)](https://travis-ci.org/stacktracejs/error-stack-parser)
44
[![Coverage Status](https://img.shields.io/coveralls/stacktracejs/error-stack-parser.svg?style=flat-square)](https://coveralls.io/r/stacktracejs/error-stack-parser?branch=master)
5-
[![GitHub license](https://img.shields.io/github/license/stacktracejs/error-stack-parser.svg?style=flat-square)](http://unlicense.org)
5+
[![GitHub license](https://img.shields.io/github/license/stacktracejs/error-stack-parser.svg?style=flat-square)](https://opensource.org/licenses/MIT)
66
[![size with dependencies](https://img.shields.io/badge/size-4.8k-green.svg?style=flat-square)](https://github.com/stacktracejs/error-stack-parser/releases)
77
[![gzip size](https://img.shields.io/badge/gzipped-1.8k-green.svg?style=flat-square)](https://github.com/stacktracejs/error-stack-parser/releases)
88
[![module format](https://img.shields.io/badge/module%20format-umd-lightgrey.svg?style=flat-square&colorB=ff69b4)](https://github.com/stacktracejs/error-stack-parser/releases)

error-stack-parser.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for ErrorStackParser v1.3.3
1+
// Type definitions for ErrorStackParser v2.0.0
22
// Project: https://github.com/stacktracejs/error-stack-parser
33
// Definitions by: Eric Wendelin <https://www.eriwen.com>
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Oliver Salzburg (https://github.com/oliversalzburg)"
88
],
99
"version": "2.0.0",
10-
"license": "Unlicense",
10+
"license": "MIT",
1111
"keywords": [
1212
"stacktrace",
1313
"error",
@@ -16,7 +16,7 @@
1616
],
1717
"homepage": "https://www.stacktracejs.com",
1818
"dependencies": {
19-
"stackframe": "^1.0.2"
19+
"stackframe": "^1.0.3"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)