Skip to content

Commit

Permalink
Update Travis CI link in README (#13)
Browse files Browse the repository at this point in the history
Signed-off-by: Lilit Darbinyan <[email protected]>
  • Loading branch information
ldarbi authored Apr 3, 2019
1 parent 04a399c commit be88285
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# @bloomberg/pasta-sourcemaps

[![Build Status](https://travis-ci.com/bloomberg/pasta-sourcemaps.svg?branch=master)](https://travis-ci.org/bloomberg/pasta-sourcemaps)
[![Build Status](https://travis-ci.com/bloomberg/pasta-sourcemaps.svg?branch=master)](https://travis-ci.com/bloomberg/pasta-sourcemaps)

`pasta`, or Pretty (and) Accurate Stack Trace Analysis, is an implementation of an extension to the source map format that allows for accurate function name decoding. It allows you to extract function-related metadata from a source file and encode it into a source map, as well as decode a pasta-enriched source map to query enclosing function names for a given location.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloomberg/pasta-sourcemaps",
"version": "1.1.0",
"version": "1.1.1",
"description": "Pretty (and) Accurate Stack Trace Analysis",
"main": "./dist/src/main.js",
"types": "./dist/src/main.d.ts",
Expand Down

0 comments on commit be88285

Please sign in to comment.