Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<id>SourceMapToolkit</id>
<version>$version$</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<owners>Microsoft,Office Online</owners>
<projectUrl>https://github.com/Microsoft/sourcemap-toolkit</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/christiango/sourcemap-toolkit/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>A C# library that allows for the consumption of source maps and the deminification of JavaScript stack traces</description>
<copyright>Copyright 2016</copyright>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>sourcemap callstack stackframe deminify</tags>
<dependencies>
<dependency id="AjaxMin" version="5.14.5506.26202" />
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Source Map Toolkit [![Build status](https://ci.appveyor.com/api/projects/status/ht4u2w7paesucdjw?svg=true)](https://ci.appveyor.com/project/thomabr/sourcemap-toolkit)
# Source Map Toolkit [![Build status](https://ci.appveyor.com/api/projects/status/ht4u2w7paesucdjw?svg=true)](https://ci.appveyor.com/project/thomabr/sourcemap-toolkit) [![NuGet](https://img.shields.io/nuget/v/SourceMapToolkit.svg)](https://www.nuget.org/packages/SourceMapToolkit/)
This is a C# library for working with JavaScript source maps and deminifying JavaScript callstacks.

## Source Map Parsing
Expand Down