Skip to content

Commit

Permalink
Version 1.0.2 (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Lilit Darbinyan <[email protected]>
  • Loading branch information
ldarbi authored Mar 14, 2019
1 parent fe86e9b commit 4d1925d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="assets/pasta_128.png" align="right"/>

# pasta-sourcemaps
# @bloomberg/pasta-sourcemaps

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

Expand Down Expand Up @@ -45,7 +45,7 @@ npm install @bloomberg/pasta-sourcemaps

## API

`pasta-sourcemaps` exposes three utilities:
`@bloomberg/pasta-sourcemaps` exposes three utilities:
- [parser](src/parser.ts)
- [encoder](src/encoder.ts)
- [decoder](src/decoder.ts)
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.0.1",
"version": "1.0.2",
"description": "Pretty (and) Accurate Stack Trace Analysis",
"main": "./dist/src/main.js",
"types": "./dist/src/main.d.ts",
Expand Down

0 comments on commit 4d1925d

Please sign in to comment.